Package org.saxpath
Class SAXPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.saxpath.SAXPathException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SAXPathParseException
,XPathSyntaxException
Base of all 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
-
SAXPathException
Construct with a given message.- Parameters:
msg
- The error message.
-