org.xmlpull.v1.builder.xpath.jaxen
Class FunctionCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xmlpull.v1.builder.XmlBuilderException
org.xmlpull.v1.builder.xpath.saxpath.SAXPathException
org.xmlpull.v1.builder.xpath.jaxen.JaxenException
org.xmlpull.v1.builder.xpath.jaxen.FunctionCallException
- All Implemented Interfaces:
- java.io.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.
- See Also:
- Serialized Form
| Fields inherited from class org.xmlpull.v1.builder.XmlBuilderException |
detail |
| Methods inherited from class org.xmlpull.v1.builder.XmlBuilderException |
getDetail, getMessage |
| Methods inherited from class java.lang.Throwable |
getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FunctionCallException
public FunctionCallException(java.lang.String message)
FunctionCallException
public FunctionCallException(java.lang.Throwable nestedException)
FunctionCallException
public FunctionCallException(java.lang.String message,
java.lang.Exception nestedException)
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace in class org.xmlpull.v1.builder.XmlBuilderException
printStackTrace
public void printStackTrace(java.io.PrintWriter w)
- Overrides:
printStackTrace in class org.xmlpull.v1.builder.XmlBuilderException
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class org.xmlpull.v1.builder.XmlBuilderException
fillInStackTrace
public java.lang.Throwable fillInStackTrace()
- Overrides:
fillInStackTrace in class java.lang.Throwable
getNestedException
public java.lang.Throwable getNestedException()