dLife Home Page

dlife.robot
Class RobotCommunicationException

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

Constructor Summary
RobotCommunicationException(String msg)
          Construct a new RobotCommunicationError.
 
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

RobotCommunicationException

public RobotCommunicationException(String msg)
Construct a new RobotCommunicationError.

Parameters:
msg - the error message.

dLife Home Page