public class JaxenException extends SAXPathException
This is the root of all Jaxen exceptions. It may wrap other exceptions.
Constructor and Description |
---|
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.
|
getCause, initCause, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toString
public JaxenException(String message)
message
- the error messagepublic JaxenException(Throwable rootCause)
rootCause
- the root cause of this exceptionCopyright © 2001–2015 Codehaus. All rights reserved.