|
||||||||||
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
org.jaxen.JaxenException
public class JaxenException
Generic Jaxen exception.
This is the root of all Jaxen exceptions. It may wrap other exceptions.
Constructor Summary | |
---|---|
JaxenException(String message)
Create an exception with a detail message. |
|
JaxenException(String message,
Throwable nestedException)
Create a new JaxenException with the specified detail message and root cause. |
|
JaxenException(Throwable rootCause)
Create an exception caused by another exception. |
Method Summary |
---|
Methods inherited from class org.jaxen.saxpath.SAXPathException |
---|
getCause, initCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JaxenException(String message)
message
- the error messagepublic JaxenException(Throwable rootCause)
rootCause
- the root cause of this exceptionpublic JaxenException(String message, Throwable nestedException)
message
- the detail messagenestedException
- the cause of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |