ukcrobots.simplecore
Class AlreadyCreatedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ukcrobots.simplecore.AlreadyCreatedException

public class AlreadyCreatedException
extends RuntimeException

An exception to be thrown if an attempt is made to create two Motor objects on the same port.

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

Constructor Summary
AlreadyCreatedException()
           
 
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

AlreadyCreatedException

public AlreadyCreatedException()