dlife.robot
Class RobotCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dlife.robot.RobotCommunicationException
- All Implemented Interfaces:
- Serializable
public class RobotCommunicationException
- extends RuntimeException
Exception thrown when an unrecoverable error occurs during communication
with a robot.
- Version:
- Apr 14, 2007
- Author:
- Grant Braught, Dickinson College
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RobotCommunicationException
public RobotCommunicationException(String msg)
- Construct a new RobotCommunicationError.
- Parameters:
msg - the error message.