uk.ac.ebi.intenz.domain.exceptions
Class EnzymeReactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.ebi.intenz.domain.exceptions.DomainException
uk.ac.ebi.intenz.domain.exceptions.EnzymeReactionException
- All Implemented Interfaces:
- Serializable
public class EnzymeReactionException
- extends DomainException
If an error regarding an enzyme reaction occurs this exception should be thrown.
Currently this Exception
is thrown when:
- a client attempts to store an empty list of reactions
- 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 |
EnzymeReactionException
public EnzymeReactionException()
EnzymeReactionException
public EnzymeReactionException(String message)
Copyright © 2013 EMBL-EBI. All Rights Reserved.