Home
last modified time | relevance | path

Searched refs:XPathException (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/javax/xml/xpath/
DXPathExceptionTest.java32 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()
/libcore/luni/src/main/java/javax/xml/xpath/
DXPathException.java31 public class XPathException extends Exception { class
49 public XPathException(String message) { in XPathException() method in XPathException
66 public XPathException(Throwable cause) { in XPathException() method in XPathException
DXPathFactoryConfigurationException.java29 public class XPathFactoryConfigurationException extends XPathException {
DXPathExpressionException.java29 public class XPathExpressionException extends XPathException {
/libcore/
Dnon_openjdk_java_files.bp224 "luni/src/main/java/javax/xml/xpath/XPathException.java",
/libcore/api/
Dcurrent.txt20824 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 {