public class FunctionCallException extends JaxenException
IOException
if the real problem was failure to
load an XML document via the XSLT document()
function.Constructor and Description |
---|
FunctionCallException(String message)
Create a new FunctionCallException with the specified detail message.
|
FunctionCallException(String message,
Exception nestedException)
Create a new FunctionCallException with the specified detail message
and root cause.
|
FunctionCallException(Throwable nestedException)
Create a new FunctionCallException with the specified root cause.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getNestedException()
Deprecated.
replaced by
SAXPathException.getCause() |
getCause, initCause, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toString
public FunctionCallException(String message)
message
- the detail messagepublic FunctionCallException(Throwable nestedException)
nestedException
- the cause of this exceptionpublic Throwable getNestedException()
SAXPathException.getCause()
Returns the exception that caused this function call to fail.
Use getCause
instead.
Copyright © 2001–2015 Codehaus. All rights reserved.