public class XPathException
extends org.apache.avalon.framework.CascadingException
| Constructor and Description |
|---|
XPathException(java.lang.Exception ex)
Creates a new
ProcessingException instance. |
XPathException(java.lang.String message)
Construct a new
ProcessingException instance. |
XPathException(java.lang.String message,
java.lang.Throwable t)
Construct a new
ProcessingException that references
a parent Exception. |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
java.lang.String |
toString() |
public XPathException(java.lang.String message)
ProcessingException instance.public XPathException(java.lang.Exception ex)
ProcessingException instance.ex - an Exception valuepublic XPathException(java.lang.String message,
java.lang.Throwable t)
ProcessingException that references
a parent Exception.public java.lang.String toString()
toString in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwable