Class ErrorState<T>
- java.lang.Object
-
- net.anwiba.commons.workflow.state.ErrorState<T>
-
-
Constructor Summary
Constructors Constructor Description ErrorState(java.lang.String title, java.lang.String text, java.lang.Throwable throwable, IState<T> followingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IState<T>followingState()TgetContext()IStateTypegetStateType()java.lang.StringgetText()java.lang.ThrowablegetThrowable()java.lang.StringgetTitle()
-
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
-
getText
public java.lang.String getText()
-
getThrowable
public java.lang.Throwable getThrowable()
-
getStateType
public IStateType getStateType()
- Specified by:
getStateTypein interfaceIState<T>
-
getContext
public T getContext()
- Specified by:
getContextin interfaceIState<T>
-
-