|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
simtools.data.DataException
simtools.data.DuplicateIdException
public class DuplicateIdException
This exception is thrown when there is a data source ID conflict
| 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 |
|---|
public java.util.Vector conflicts
| Constructor Detail |
|---|
public DuplicateIdException(java.lang.String id,
java.util.Vector conflictingObjects)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||