java.io.Serializable
XPathParsingException
, XPathUnsupportedException
public class XPathException
extends java.lang.Exception
Base class for exceptions which indicate that something went awry while parsing or evaluating an XPath.
Modifier and Type | Method | Description |
---|---|---|
java.lang.Throwable |
getNested() |
Gets the nested Throwable.
|
java.lang.Throwable |
getNestedException() |
Gets the nested exception.
|
void |
printStackTrace() |
Prints the stack trace associated with this exception and
its nested exception to System.err.
|
void |
printStackTrace(java.io.PrintStream s) |
Prints the stack trace associated with this exception and
its nested exception.
|
void |
printStackTrace(java.io.PrintWriter w) |
Prints the stack trace associated with this exception and
its nested exception.
|
void |
superPrintStackTrace(java.io.PrintStream ps) |
|
void |
superPrintStackTrace(java.io.PrintWriter pw) |
|
java.lang.String |
superToString() |
|
java.lang.String |
toString() |
Prints the exception message and its nested exception message.
|
public java.lang.Throwable getNestedException()
public java.lang.Throwable getNested()
public java.lang.String superToString()
public void superPrintStackTrace(java.io.PrintStream ps)
public void superPrintStackTrace(java.io.PrintWriter pw)
public java.lang.String toString()
toString
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
s
- PrintStreampublic void printStackTrace(java.io.PrintWriter w)
printStackTrace
in class java.lang.Throwable
w
- PrintWriterpublic void printStackTrace()
printStackTrace
in class java.lang.Throwable