org.xmlpull.v1.builder.xpath.saxpath
Class SAXPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.xmlpull.v1.builder.XmlBuilderException
                  extended by org.xmlpull.v1.builder.xpath.saxpath.SAXPathException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JaxenException, SAXPathParseException, XPathSyntaxException

public class SAXPathException
extends org.xmlpull.v1.builder.XmlBuilderException

Base of all SAXPath exceptions.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.xmlpull.v1.builder.XmlBuilderException
detail
 
Constructor Summary
SAXPathException(java.lang.String msg)
          Construct with a given message.
 
Method Summary
 
Methods inherited from class org.xmlpull.v1.builder.XmlBuilderException
getDetail, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAXPathException

public SAXPathException(java.lang.String msg)
Construct with a given message.

Parameters:
msg - The error message.