simtools.data
Class DuplicateIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by simtools.data.DataException
              extended by simtools.data.DuplicateIdException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateIdException
extends DataException

This exception is thrown when there is a data source ID conflict

See Also:
Serialized Form

Field Summary
 java.util.Vector conflicts
           
 
Constructor Summary
DuplicateIdException(java.lang.String id, java.util.Vector conflictingObjects)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

conflicts

public java.util.Vector conflicts
Constructor Detail

DuplicateIdException

public DuplicateIdException(java.lang.String id,
                            java.util.Vector conflictingObjects)