uk.ac.ebi.intenz.domain.exceptions
Class DomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.ebi.intenz.domain.exceptions.DomainException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DeregisterException, EcException, EnzymeNameException, EnzymeReactionException, EnzymeReferenceException
public class DomainException
- extends Exception
This exception is the base exception for all domain exception and just acts as a wrapper.
- 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 |
DomainException
public DomainException()
DomainException
public DomainException(String message)
DomainException
public DomainException(String property,
String messageKey)
getProperty
public String getProperty()
setProperty
public void setProperty(String property)
getMessageKey
public String getMessageKey()
setMessageKey
public void setMessageKey(String messageKey)
Copyright © 2013 EMBL-EBI. All Rights Reserved.