dLife Home Page

dlife.robot.controllers.fsm
Class UnknownStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UnknownStateException(String msg)
          Construct a new UnknownStateException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownStateException

public UnknownStateException(String msg)
Construct a new UnknownStateException.

Parameters:
msg - the exception message.

dLife Home Page