Example usage for Java javax.xml.xpath XPathExpressionException fields, constructors, methods, implement or subclass
The text is from its open source code.
XPathExpressionException(String message) Constructs a new XPathExpressionException with the specified detail message . | |
XPathExpressionException(Throwable cause) Constructs a new XPathExpressionException with the specified cause . |
Throwable | getCause() Get the cause of this XPathException. |
String | getLocalizedMessage() Creates a localized description of this throwable. |
String | getMessage() Returns the detail message string of this throwable. |
StackTraceElement[] | getStackTrace() Provides programmatic access to the stack trace information printed by #printStackTrace() . |
void | printStackTrace() Print stack trace to System.err . |
void | printStackTrace(java.io.PrintStream s) Print stack trace to specified PrintStream . |
String | toString() Returns a short description of this throwable. |