org.jaxen
Class FunctionCallException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jaxen.saxpath.SAXPathException
|
+--org.jaxen.JaxenException
|
+--org.jaxen.FunctionCallException
- All Implemented Interfaces:
- Serializable
- 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.
- Author:
- bob mcwhirter (bob @ werken.com), James Strachan
- See Also:
- Serialized Form
FunctionCallException
public FunctionCallException(String message)
FunctionCallException
public FunctionCallException(Throwable nestedException)
FunctionCallException
public FunctionCallException(String message,
Exception nestedException)
printStackTrace
public void printStackTrace(PrintStream s)
- Description copied from class:
SAXPathException
- Overriden to print this exception's stack, followed by the
source exception's, if any.
- Overrides:
printStackTrace
in class SAXPathException
printStackTrace
public void printStackTrace(PrintWriter w)
- Description copied from class:
SAXPathException
- Overriden to print this exception's stack, followed by the
source exception's, if any.
- Overrides:
printStackTrace
in class SAXPathException
printStackTrace
public void printStackTrace()
- Description copied from class:
SAXPathException
- Overriden to print this exception's stack, followed by the
source exception's, if any.
- Overrides:
printStackTrace
in class SAXPathException
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in class Throwable
getNestedException
public Throwable getNestedException()
Copyright © 2001-2003 Codehaus. All Rights Reserved.