org.jaxen
public class FunctionCallException extends JaxenException
IOException if the real problem was failure to
load an XML document via the XSLT document() function.
| Field Summary | |
|---|---|
| static long | serialVersionUID |
| Constructor Summary | |
|---|---|
| FunctionCallException(String message)
Create a new FunctionCallException with the specified detail message.
| |
| FunctionCallException(Throwable nestedException)
Create a new FunctionCallException with the specified root cause.
| |
| FunctionCallException(String message, Exception nestedException)
Create a new FunctionCallException with the specified detail message
and root cause.
| |
| Method Summary | |
|---|---|
| Throwable | getNestedException() Returns the exception that caused this function call to fail. |
Parameters: message the detail message
Parameters: nestedException the cause of this exception
Parameters: message the detail message nestedException the cause of this exception
Deprecated: replaced by {@link #getCause()}
Returns the exception that caused this function call to fail.
Use getCause instead.
Returns: the exception that caused this function call to fail