Class ErrorState


  • @Experimental
    public class ErrorState
    extends Object
    Describes the "error state" of the current activity run. Very experimental. TODO rethink this
    • Constructor Detail

      • ErrorState

        public ErrorState()
    • Method Detail

      • getStoppingException

        public Throwable getStoppingException()
      • setStoppingException

        public void setStoppingException​(@NotNull
                                         @NotNull Throwable reason)