Class XpathException

    • Constructor Summary

      Constructors 
      Constructor Description
      XpathException​(java.lang.String message)
      Inititializes the exception.
      XpathException​(java.lang.String message, java.lang.Throwable t)
      Inititializes the exception.
      XpathException​(java.lang.Throwable t)
      Inititializes the exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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

      • XpathException

        public XpathException​(java.lang.Throwable t)
        Inititializes the exception.
        Parameters:
        t - the root cause of the exception
      • XpathException

        public XpathException​(java.lang.String message)
        Inititializes the exception.
        Parameters:
        message - the detail message
      • XpathException

        public XpathException​(java.lang.String message,
                              java.lang.Throwable t)
        Inititializes the exception.
        Parameters:
        message - the detail message
        t - the root cause of the exception