org.oXML.xpath
Class XPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.oXML.ObjectBoxException
              extended byorg.oXML.xpath.XPathException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FunctionException, NamespaceException, ParserException, UnboundVariableException, UnknownTypeException

public class XPathException
extends ObjectBoxException

See Also:
Serialized Form

Constructor Summary
XPathException(java.lang.String reason)
           
XPathException(java.lang.String reason, java.lang.String expr)
           
XPathException(java.lang.String expr, java.lang.Throwable cause)
           
XPathException(java.lang.Throwable cause)
           
 
Methods inherited from class org.oXML.ObjectBoxException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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 reason)

XPathException

public XPathException(java.lang.Throwable cause)

XPathException

public XPathException(java.lang.String reason,
                      java.lang.String expr)

XPathException

public XPathException(java.lang.String expr,
                      java.lang.Throwable cause)