Interface IEventExecutionResult

    • Method Detail

      • getException

        Exception getException()
        Returns:
        The (unhandled) exception that is responsible when no getResult() at all (neither success nor error) could be obtained. null when isHasException() is false.
      • isHasResult

        default boolean isHasResult()
        Returns:
        true if this instance contains a getResult(), and false otherwise.
      • isHasException

        default boolean isHasException()
        Returns:
        true if this instance contains a getException(), and false otherwise.