Class SAXPathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaxen.saxpath.SAXPathException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JaxenException, 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 message)
      Create a new SAXPathException with a given message.
      Parameters:
      message - the error message
    • SAXPathException

      public SAXPathException(Throwable cause)
      Create a new SAXPathException based on another exception
      Parameters:
      cause - the error source
    • SAXPathException

      public SAXPathException(String message, Throwable cause)
      Create a new SAXPathException with the specified detail message and root cause.
      Parameters:
      message - the detail message
      cause - the cause of this exception