Class AbstractListenerObjectExecutor.ThrowableResult

java.lang.Object
org.rribbit.execution.AbstractListenerObjectExecutor.ExecutionResult
org.rribbit.execution.AbstractListenerObjectExecutor.ThrowableResult
Enclosing class:
AbstractListenerObjectExecutor

protected static class AbstractListenerObjectExecutor.ThrowableResult extends AbstractListenerObjectExecutor.ExecutionResult
This AbstractListenerObjectExecutor.ExecutionResult represents an unsuccessful invocation, where the method threw a Throwable.
Author:
G.J. Schouten
  • Constructor Details

    • ThrowableResult

      public ThrowableResult(Throwable throwable)
  • Method Details

    • getThrowable

      public Throwable getThrowable()