dLife Home Page

dlife.robot
Class DuplicateDeviceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dlife.robot.DuplicateDeviceException
All Implemented Interfaces:
Serializable

public class DuplicateDeviceException
extends RuntimeException

Exception thrown when a duplicate Device is added to a Robot. Duplicate devices are any two devices created from the same class.

Version:
Nov 10, 2010
Author:
Grant Braught, Dickinson College
See Also:
Serialized Form

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

DuplicateDeviceException

public DuplicateDeviceException(String msg)
Construct a new DuplicateDeviceException.

Parameters:
msg - the exception message.

dLife Home Page