Module io.ciera.runtime.api
Package io.ciera.runtime.api.exceptions
Class StateMachineActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ciera.runtime.api.exceptions.EventTargetException
io.ciera.runtime.api.exceptions.StateMachineActionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InstanceStateMachineActionException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStateMachineActionException
(String message, Throwable cause, StateMachine stateMachine, Enum<?> currentState, EventTarget target, Event receivedEvent) -
Method Summary
Methods inherited from class io.ciera.runtime.api.exceptions.EventTargetException
getOriginalMessage, getReceivedEvent, getTarget
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StateMachineActionException
public StateMachineActionException(String message, Throwable cause, StateMachine stateMachine, Enum<?> currentState, EventTarget target, Event receivedEvent)
-
-
Method Details
-
getStateMachine
-
getCurrentState
-
getMessage
- Overrides:
getMessage
in classEventTargetException
-