ukcrobots.core
Class NoSuchDeviceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ukcrobots.core.NoSuchDeviceException

public class NoSuchDeviceException
extends RuntimeException

An exception to be thrown if a device identity is incorrectly specified.

Version:
2001.12.20
Author:
d.j.barnes @at@ kent.ac.uk

Constructor Summary
NoSuchDeviceException()
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

NoSuchDeviceException

public NoSuchDeviceException()