Package org.saxpath

Class SAXPathException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SAXPathParseException, XPathSyntaxException

public class SAXPathException extends Exception
Base of all SAXPath exceptions.
Author:
bob mcwhirter (bob@werken.com)
See Also:
  • Constructor Details

    • SAXPathException

      public SAXPathException(String msg)
      Construct with a given message.
      Parameters:
      msg - The error message.