com.steptools.stdev.p21
Class DuplicateInstanceException

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.DuplicateInstanceException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateInstanceException
extends STDevException

Thrown when a an attempt is made to assign multiple identifiers to a single instance in the EntityIDTable.

See Also:
Serialized Form

Constructor Summary
DuplicateInstanceException(EntityInstance i)
           
 
Method Summary
 EntityInstance getInstance()
           
 
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

DuplicateInstanceException

public DuplicateInstanceException(EntityInstance i)
Method Detail

getInstance

public EntityInstance getInstance()