Module io.ciera.runtime.api
Package io.ciera.runtime.api.exceptions
Class InstanceStateMachineActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ciera.runtime.api.exceptions.EventTargetException
io.ciera.runtime.api.exceptions.StateMachineActionException
io.ciera.runtime.api.exceptions.InstanceStateMachineActionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstanceStateMachineActionException
(String message, Throwable cause, StateMachine stateMachine, Enum<?> currentState, DynamicObjectInstance instance, Event receivedEvent) -
Method Summary
Methods inherited from class io.ciera.runtime.api.exceptions.StateMachineActionException
getCurrentState, getStateMachine
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
-
InstanceStateMachineActionException
public InstanceStateMachineActionException(String message, Throwable cause, StateMachine stateMachine, Enum<?> currentState, DynamicObjectInstance instance, Event receivedEvent)
-
-
Method Details
-
getInstance
-
getMessage
- Overrides:
getMessage
in classStateMachineActionException
-