This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.excalibur.xml.xpath
Class XPathException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.avalon.framework.CascadingException
org.apache.avalon.framework.CascadingException
               org.apache.excalibur.xml.xpath.XPathException
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
 ProcessingExceptioninstance. | 
| XPathException(java.lang.String message)Construct a new
 ProcessingExceptioninstance. | 
| XPathException(java.lang.String message,
               java.lang.Throwable t)Construct a new
 ProcessingExceptionthat 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 ProcessingExceptioninstance.
 
XPathException
public XPathException(java.lang.Exception ex)
- Creates a new ProcessingExceptioninstance.
 
- Parameters:
- ex- an- Exceptionvalue
XPathException
public XPathException(java.lang.String message,
                      java.lang.Throwable t)
- Construct a new ProcessingExceptionthat 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.