public class FunctionCallException extends JaxenException
FunctionCallException is thrown if an exception
occurs during the evaluation of a function.
This exception may include a root exception, such as if the
real exception was failure to load an XML document via the
document() function call.detail| Constructor and Description |
|---|
FunctionCallException(String message) |
FunctionCallException(String message,
Exception nestedException) |
FunctionCallException(Throwable nestedException) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
Throwable |
getNestedException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter w) |
getRootCausegetDetail, getMessageaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic FunctionCallException(String message)
public FunctionCallException(Throwable nestedException)
public void printStackTrace(PrintStream s)
printStackTrace in class XmlBuilderExceptionpublic void printStackTrace(PrintWriter w)
printStackTrace in class XmlBuilderExceptionpublic void printStackTrace()
printStackTrace in class XmlBuilderExceptionpublic Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic Throwable getNestedException()
Copyright © 2013. All Rights Reserved.