org.jaxen.saxpath
Class SAXPathParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaxen.saxpath.SAXPathException
              extended byorg.jaxen.saxpath.SAXPathParseException
All Implemented Interfaces:
java.io.Serializable

public class SAXPathParseException
extends SAXPathException

Base of all parse-related SAXPath exceptions.

Author:
bob mcwhirter (bob@werken.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jaxen.saxpath.SAXPathException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SAXPathParseException(java.lang.String msg)
          Construct with the given message.
 
Methods inherited from class org.jaxen.saxpath.SAXPathException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SAXPathParseException

public SAXPathParseException(java.lang.String msg)
Construct with the given message.

Parameters:
msg - The error message.