uk.ac.ebi.intenz.domain.exceptions
Class EnzymeReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.ebi.intenz.domain.exceptions.DomainException
              extended by uk.ac.ebi.intenz.domain.exceptions.EnzymeReferenceException
All Implemented Interfaces:
Serializable

public class EnzymeReferenceException
extends DomainException

If an error regarding an enzyme reference occurs this exception should be thrown.

Currently this Exception is thrown when:

Version:
$Revision: 1.2 $ $Date: 2008/01/28 12:33:08 $
Author:
Michael Darsow
See Also:
Serialized Form

Constructor Summary
EnzymeReferenceException()
           
EnzymeReferenceException(String message)
           
 
Method Summary
 
Methods inherited from class uk.ac.ebi.intenz.domain.exceptions.DomainException
getMessageKey, getProperty, setMessageKey, setProperty
 
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

EnzymeReferenceException

public EnzymeReferenceException()

EnzymeReferenceException

public EnzymeReferenceException(String message)


Copyright © 2013 EMBL-EBI. All Rights Reserved.