com.smallx.xml.xpath
Class XPathException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.smallx.xml.infoset.XMLException
              extended bycom.smallx.xml.xpath.XPathException
All Implemented Interfaces:
java.io.Serializable

public class XPathException
extends XMLException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.smallx.xml.infoset.XMLException
XMLException.Error
 
Constructor Summary
XPathException(java.lang.String msg)
           
XPathException(java.lang.String msg, java.lang.Throwable cause)
           
 
Methods inherited from class com.smallx.xml.infoset.XMLException
addError, addError, getErrors, getLocation, hasErrorList, write
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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 msg)

XPathException

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