Class XpathException

    • Constructor Detail

      • XpathException

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

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

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