Package org.saxpath

Class SAXPathException

    • Constructor Summary

      Constructors 
      Constructor Description
      SAXPathException​(java.lang.String msg)
      Construct with a 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

      • SAXPathException

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