uk.ac.ebi.intenz.domain.exceptions
Class EnzymeNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.ebi.intenz.domain.exceptions.DomainException
uk.ac.ebi.intenz.domain.exceptions.EnzymeNameException
- All Implemented Interfaces:
- Serializable
public class EnzymeNameException
- extends DomainException
If an error regarding an enzyme name occurs this exception should be thrown.
Currently this Exception
is thrown when:
- a client tries to store more than 2 common names for the same enzyme
- a client attempts to store an empty list of common names
- a name has the wrong type associated (see
EnzymeNameTypeConstant
)
- Version:
- $Revision: 1.2 $ $Date: 2008/01/28 12:33:08 $
- Author:
- Michael Darsow
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EnzymeNameException
public EnzymeNameException()
EnzymeNameException
public EnzymeNameException(String message)
Copyright © 2013 EMBL-EBI. All Rights Reserved.