Class SuccessMethodInvocationResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean didThrowCheckedException()
      Returns true if the method invocation threw a checked exception.
      <T extends java.lang.Throwable>
      T
      getCheckedException​(java.lang.Class<T> exceptionType)
      Retrieves the checked exception assignable to the indicated type, or null if the invocation did not throw a checked exception or the thrown exception is not assignable.
      java.lang.Object getReturnValue()
      Returns the actual value returned from the method invocation, if any.
      void rethrow()
      If the invocation threw a checked exception, then this method throws that exception wrapped as the cause of a new RuntimeException.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait