Class StateMachineExecutor.ExecutorExceptionHolder

java.lang.Object
org.springframework.statemachine.support.StateMachineExecutor.ExecutorExceptionHolder
Enclosing interface:
StateMachineExecutor<S,E>

public static class StateMachineExecutor.ExecutorExceptionHolder extends Object
  • Constructor Details

    • ExecutorExceptionHolder

      public ExecutorExceptionHolder()
  • Method Details

    • setError

      public void setError(Throwable error)
    • getError

      public Throwable getError()