org.apache.excalibur.xml.xpath
Class XPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.framework.CascadingException
              extended byorg.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.
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
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
 

Constructor Detail

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.

Method Detail

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.