Package io.hektor.fsm.builder.exceptions
Class FSMBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.hektor.fsm.builder.exceptions.FSMBuilderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionAlreadyDefinedException,GuardAlreadyDefinedException,IllegalTransformationOnTransitionException,StateBuilderException
- Author:
- jonas@jonasborjesson.com
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThere are many different issues that can occur when building the state machine and instead of having individual exceptions for everything, we have these error codes. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FSMBuilderException
public FSMBuilderException() -
FSMBuilderException
-
FSMBuilderException
-
-
Method Details
-
getErrorCode
-