Package io.hektor.fsm.builder.exceptions
Class ActionAlreadyDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.hektor.fsm.builder.exceptions.FSMBuilderException
io.hektor.fsm.builder.exceptions.ActionAlreadyDefinedException
- All Implemented Interfaces:
Serializable
Indicates that an action was already associated with the object (
State or
Transition)- 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.FSMBuilderException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActionAlreadyDefinedException
public ActionAlreadyDefinedException() -
ActionAlreadyDefinedException
-