Package io.hektor.fsm.builder.exceptions
Class StateNotDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.hektor.fsm.builder.exceptions.FSMBuilderException
io.hektor.fsm.builder.exceptions.StateBuilderException
io.hektor.fsm.builder.exceptions.StateNotDefinedException
- All Implemented Interfaces:
Serializable
If you define a transition from A to B but then you never end up defining the state B,
you will get this exception thrown when trying to build the FSM.
- 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
Constructors -
Method Summary
Methods inherited from class io.hektor.fsm.builder.exceptions.StateBuilderException
getStateMethods 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
-
StateNotDefinedException
-