Package io.hektor.fsm.builder.exceptions
Class StateBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.hektor.fsm.builder.exceptions.FSMBuilderException
io.hektor.fsm.builder.exceptions.StateBuilderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DefaultTransitionAlreadySpecifiedException,FinalStateAlreadyDefinedException,FinalStateIsTransientException,FinalStateTransitionsException,InitialStateAlreadyDefinedException,StateAlreadyDefinedException,StateNotDefinedException,TransientLoopDetectedException,TransientStateMissingTransitionException,TransitionMissingException
- Author:
- jonas@jonasborjesson.com
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.hektor.fsm.builder.exceptions.FSMBuilderException
FSMBuilderException.ErrorCode -
Constructor Summary
ConstructorsConstructorDescriptionStateBuilderException(Enum state) StateBuilderException(Enum state, String message) -
Method Summary
Methods inherited from class io.hektor.fsm.builder.exceptions.FSMBuilderException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StateBuilderException
-
StateBuilderException
-
-
Method Details
-
getState
Get the state that had already been defined.- Returns:
-