dlife.robot.controllers.fsm
Class UnknownStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dlife.robot.controllers.fsm.UnknownStateException
- All Implemented Interfaces:
- Serializable
public class UnknownStateException
- extends RuntimeException
Exception thrown by a FiniteStateConrtoller when a transition to an unknown state is requested.
- Version:
- Apr 13, 2007
- Author:
- Grant Braught, Dickinson College
- See Also:
State,
FiniteStateController,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownStateException
public UnknownStateException(String msg)
- Construct a new UnknownStateException.
- Parameters:
msg - the exception message.