Class StateMachineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.antublue.test.engine.internal.statemachine.StateMachineException
- All Implemented Interfaces:
Serializable
Class to implement a StateMachineException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStateMachineException(String message) ConstructorStateMachineException(String message, Throwable throwable) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StateMachineException
Constructor- Parameters:
message- message
-
StateMachineException
Constructor- Parameters:
message- messagethrowable- throwable
-