public class FunctionCallException extends JaxenException
IOException
if the real problem was failure to
load an XML document via the XSLT document()
function.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
javaVersion
Constructor and Description |
---|
FunctionCallException(java.lang.String message)
Create a new FunctionCallException with the specified detail message.
|
FunctionCallException(java.lang.String message,
java.lang.Exception nestedException)
Create a new FunctionCallException with the specified detail message
and root cause.
|
FunctionCallException(java.lang.Throwable nestedException)
Create a new FunctionCallException with the specified root cause.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getNestedException()
Deprecated.
replaced by
SAXPathException.getCause() |
getCause, initCause, printStackTrace, printStackTrace
private static final long serialVersionUID
public FunctionCallException(java.lang.String message)
message
- the detail messagepublic FunctionCallException(java.lang.Throwable nestedException)
nestedException
- the cause of this exceptionpublic FunctionCallException(java.lang.String message, java.lang.Exception nestedException)
message
- the detail messagenestedException
- the cause of this exceptionpublic java.lang.Throwable getNestedException()
SAXPathException.getCause()
Returns the exception that caused this function call to fail.
Use getCause
instead.