Package org.saxpath
Class SAXPathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.saxpath.SAXPathException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SAXPathParseException
,XPathSyntaxException
public class SAXPathException extends java.lang.Exception
Base of all SAXPath exceptions.- Author:
- bob mcwhirter (bob@werken.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAXPathException(java.lang.String msg)
Construct with a given message.
-