public class JaxenException extends SAXPathException
This is the root of all Jaxen exceptions. It may wrap other exceptions.
Modifier and Type | Field and Description |
---|---|
(package private) static double |
javaVersion |
private static long |
serialVersionUID |
Constructor and Description |
---|
JaxenException(java.lang.String message)
Create an exception with a detail message.
|
JaxenException(java.lang.String message,
java.lang.Throwable nestedException)
Create a new JaxenException with the specified detail message
and root cause.
|
JaxenException(java.lang.Throwable rootCause)
Create an exception caused by another exception.
|
getCause, initCause, printStackTrace, printStackTrace
private static final long serialVersionUID
static double javaVersion
public JaxenException(java.lang.String message)
message
- the error messagepublic JaxenException(java.lang.Throwable rootCause)
rootCause
- the root cause of this exceptionpublic JaxenException(java.lang.String message, java.lang.Throwable nestedException)
message
- the detail messagenestedException
- the cause of this exception