|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--uk.ac.ebi.intact.business.IntactException
|
+--uk.ac.ebi.intact.business.DuplicateLabelException
Exception class to provide more meaningful error messages. There is an extra constructor to allow other exceptions to pass on information.
| Constructor Summary | |
DuplicateLabelException()
|
|
DuplicateLabelException(java.lang.String criteria,
java.lang.String object)
|
|
| Methods inherited from class uk.ac.ebi.intact.business.IntactException |
getNestedMessage, getRootCause, rootCauseExists |
| 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 |
| Constructor Detail |
public DuplicateLabelException(java.lang.String criteria,
java.lang.String object)
criteria - the criteria with which we did the searchobject - the Class of the object we were searching forpublic DuplicateLabelException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||