Searched refs:XPathException (Results 1 – 6 of 6) sorted by relevance
32 import javax.xml.xpath.XPathException;38 XPathException e = new XPathException("message"); in constructorWithString()46 XPathException unused = new XPathException((String) null); in constructorWithStringNull()56 XPathException e = new XPathException(t); in constructorWithThrowable()64 XPathException unused = new XPathException((Throwable) null); in constructorWithThrowableNull()73 XPathException e = new XPathException("message"); in printStackTrace_noArgs()79 XPathException e = new XPathException("message"); in printStackTraceWithPrintStream_nullCause()90 XPathException e = new XPathException(new TestCauseException()); in printStackTraceWithPrintStream_nonNullCause()102 XPathException e = new XPathException("message"); in printStackTraceWithPrintWriter_nullCause()113 XPathException e = new XPathException(new TestCauseException()); in printStackTraceWithPrintWriter_nonNullCause()
31 public class XPathException extends Exception { class49 public XPathException(String message) { in XPathException() method in XPathException66 public XPathException(Throwable cause) { in XPathException() method in XPathException
29 public class XPathFactoryConfigurationException extends XPathException {
29 public class XPathExpressionException extends XPathException {
224 "luni/src/main/java/javax/xml/xpath/XPathException.java",
20824 public class XPathException extends java.lang.Exception {20825 ctor public XPathException(String);20826 ctor public XPathException(Throwable);20836 public class XPathExpressionException extends javax.xml.xpath.XPathException {20856 public class XPathFactoryConfigurationException extends javax.xml.xpath.XPathException {