dlife.robot
Class DuplicateDeviceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateDeviceException
public DuplicateDeviceException(String msg)
- Construct a new DuplicateDeviceException.
- Parameters:
msg - the exception message.