tiger
Class DuplicateIDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--tiger.TigerException
                          |
                          +--tiger.DuplicateIDException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateIDException
extends TigerException

See Also:
Serialized Form

Constructor Summary
DuplicateIDException()
           
DuplicateIDException(ID anID)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setID(ID anID)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

DuplicateIDException

public DuplicateIDException()

DuplicateIDException

public DuplicateIDException(ID anID)
Method Detail

setID

public void setID(ID anID)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable