Package org.jaxen

Class JaxenException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static double javaVersion  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxenException​(java.lang.String message)
      Create an exception with a detail message.
      JaxenException​(java.lang.String message, java.lang.Throwable nestedException)
      Create a new JaxenException with the specified detail message and root cause.
      JaxenException​(java.lang.Throwable rootCause)
      Create an exception caused by another exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • javaVersion

        static double javaVersion
    • Constructor Detail

      • JaxenException

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

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

        public JaxenException​(java.lang.String message,
                              java.lang.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