com.steptools.stdev.p21
Class DuplicateEIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steptools.stdev.STDevException
              extended by com.steptools.stdev.p21.DuplicateEIDException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateEIDException
extends STDevException

Thrown when a an attempt is made to assign the same identifier to more than one instance in the EntityIDTable.

See Also:
Serialized Form

Constructor Summary
DuplicateEIDException(java.math.BigInteger i)
           
 
Method Summary
 java.math.BigInteger getId()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateEIDException

public DuplicateEIDException(java.math.BigInteger i)
Method Detail

getId

public java.math.BigInteger getId()