StateTransitionException Class
- public class StateTransitionException
extends Exception
Class of exception for state transitions in the StateMachine
package
-
Hierarchy
-
Object
Throwable
Exception
StateTransitionException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateTransitionException
public StateTransitionException()
- An empty constructor, needed since we have
another one.
StateTransitionException
public StateTransitionException(String
msg)
- this constructor uses the super method for the message