Package org.jaxen

Class JaxenException

    • Constructor Detail

      • JaxenException

        public JaxenException​(String message)
        Create an exception with a detail message.
        Parameters:
        message - the error message
      • JaxenException

        public JaxenException​(Throwable rootCause)
        Create an exception caused by another exception.
        Parameters:
        rootCause - the root cause of this exception
      • JaxenException

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