Interface ExceptionInfo

    • Method Detail

      • getMessage

        java.lang.String getMessage()
        Exception message.
        See Also:
        Throwable.getMessage()
      • getCause

        java.lang.Throwable getCause()
        Returns the first Throwable from getNestedThrowables() in order to conform to Throwable.getCause() in Java 1.4+.
        See Also:
        Throwable.getCause()
      • printStackTrace

        void printStackTrace()
        Stack.
        See Also:
        Throwable.printStackTrace()
      • getType

        int getType()
        Exception type.
      • getSubtype

        int getSubtype()
        Exception subtype.
      • isFatal

        boolean isFatal()
        Whether this error is fatal.
      • getNestedThrowables

        java.lang.Throwable[] getNestedThrowables()
        The nested throwables.
      • getFailedObject

        java.lang.Object getFailedObject()
        The failed object.