public class JaxenException extends SAXPathException
This is the root of all Jaxen exceptions. It may wrap other exceptions.
| 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, printStackTracepublic 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 exceptionCopyright © 2001–2018 Codehaus. All rights reserved.