org.apache.excalibur.xml.xpath
Class XPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.excalibur.xml.xpath.XPathException
- All Implemented Interfaces:
- CascadingThrowable, java.io.Serializable
- public class XPathException
- extends CascadingException
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
Constructor Summary |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XPathException
public XPathException(java.lang.String message)
- Construct a new
ProcessingException
instance.
XPathException
public XPathException(java.lang.Exception ex)
- Creates a new
ProcessingException
instance.
- Parameters:
ex
- an Exception
value
XPathException
public XPathException(java.lang.String message,
java.lang.Throwable t)
- Construct a new
ProcessingException
that references
a parent Exception.
toString
public java.lang.String toString()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.