Package org.saxpath
Class SAXPathParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.saxpath.SAXPathException
org.saxpath.SAXPathParseException
- All Implemented Interfaces:
Serializable
Base of all parse-related SAXPath exceptions.
- Author:
- bob mcwhirter (bob@werken.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SAXPathParseException
Construct with the given message.- Parameters:
msg
- The error message.
-