becker.robots
Class RobotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by becker.robots.RobotException
All Implemented Interfaces:
Serializable

public class RobotException
extends RuntimeException

Report an error with the operation of a Robot such as running into a wall or attempting to pick or put a thing when it can't.

Author:
Byron Weber Becker
See Also:
Serialized Form

Constructor Summary
RobotException(String msg)
          Construct a new instance of RobotException.
 
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

RobotException

public RobotException(String msg)
Construct a new instance of RobotException.

Parameters:
msg - An explanatory error message.