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:
- Serializable, CascadingThrowable
public class XPathException
- extends CascadingException
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
XPathException
public XPathException(String message)
- Construct a new
ProcessingException
instance.
XPathException
public XPathException(Exception ex)
- Creates a new
ProcessingException
instance.
- Parameters:
ex
- an Exception
value
XPathException
public XPathException(String message,
Throwable t)
- Construct a new
ProcessingException
that references
a parent Exception.
toString
public String toString()
- Overrides:
toString
in class Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace
in class Throwable
Copyright © 1997-2012 The Apache Software Foundation. All Rights Reserved.