|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jaxen.saxpath.SAXPathException
org.jaxen.JaxenException
org.jaxen.FunctionCallException
public class FunctionCallException
Thrown if an exception occurs during the evaluation of a function.
This exception may include a root exception--for instance an
IOException
if the real problem was failure to
load an XML document via the XSLT document()
function.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
Throwable |
getNestedException()
Deprecated. replaced by SAXPathException.getCause() |
Methods inherited from class org.jaxen.saxpath.SAXPathException |
---|
getCause, initCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FunctionCallException(String message)
message
- the detail messagepublic FunctionCallException(Throwable nestedException)
nestedException
- the cause of this exceptionpublic FunctionCallException(String message, Exception nestedException)
message
- the detail messagenestedException
- the cause of this exceptionMethod Detail |
---|
public Throwable getNestedException()
SAXPathException.getCause()
Returns the exception that caused this function call to fail.
Use getCause
instead.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |