org.saxpath
Class SAXPathParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.saxpath.SAXPathException
              extended by org.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

Constructor Summary
SAXPathParseException(java.lang.String msg)
          Construct with the given message.
 
Method Summary
 
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

SAXPathParseException

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

Parameters:
msg - The error message.


Copyright ? 2001 bob mcwhirter & James Strachan. All Rights Reserved. Hosted by

SourceForge Logo