|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jaxen.saxpath.SAXPathException
Base of all SAXPath exceptions.
Constructor Summary | |
SAXPathException(java.lang.String msg)
Construct with a given message. |
|
SAXPathException(java.lang.Throwable src)
Construct based on another exception |
Method Summary | |
java.lang.Throwable |
getCause()
If this exception was originally caused by another exception, return it; otherwise, return null . |
void |
printStackTrace()
Overridden to print this exception's stack, followed by the source exception's, if any. |
void |
printStackTrace(java.io.PrintStream s)
Overridden to print this exception's stack, followed by the source exception's, if any. |
void |
printStackTrace(java.io.PrintWriter s)
Overridden to print this exception's stack, followed by the source exception's, if any. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SAXPathException(java.lang.String msg)
msg
- the error messagepublic SAXPathException(java.lang.Throwable src)
src
- the error sourceMethod Detail |
public java.lang.Throwable getCause()
null
.
public void printStackTrace()
public void printStackTrace(java.io.PrintStream s)
public void printStackTrace(java.io.PrintWriter s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |