Package org.saxpath
Class SAXPathParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.saxpath.SAXPathException
-
- 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
Constructors Constructor Description SAXPathParseException(java.lang.String msg)
Construct with the given message.
-