Package org.saxpath

Class SAXPathParseException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      SAXPathParseException​(java.lang.String msg)
      Construct with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SAXPathParseException

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