org.jaxen
public class JaxenException extends SAXPathException
This is the root of all Jaxen exceptions. It may wrap other exceptions.
| Field Summary | |
|---|---|
| static double | javaVersion |
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| JaxenException(String message)
Create an exception with a detail message.
| |
| JaxenException(Throwable rootCause)
Create an exception caused by another exception.
| |
| JaxenException(String message, Throwable nestedException)
Create a new JaxenException with the specified detail message
and root cause.
| |
Parameters: message the error message
Parameters: rootCause the root cause of this exception
Parameters: message the detail message nestedException the cause of this exception