uk.ac.ebi.intact.business
Class DuplicateLabelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.ebi.intact.business.IntactException
                    |
                    +--uk.ac.ebi.intact.business.DuplicateLabelException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateLabelException
extends IntactException

Exception class to provide more meaningful error messages. There is an extra constructor to allow other exceptions to pass on information.

See Also:
Serialized Form

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

DuplicateLabelException

public DuplicateLabelException(java.lang.String criteria,
                               java.lang.String object)
Parameters:
criteria - the criteria with which we did the search
object - the Class of the object we were searching for

DuplicateLabelException

public DuplicateLabelException()


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk