Package org.saxpath

Class SAXPathParseException

All Implemented Interfaces:
Serializable

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

    • SAXPathParseException

      public SAXPathParseException(String msg)
      Construct with the given message.
      Parameters:
      msg - The error message.