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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DomainException()
           
DomainException(String message)
           
DomainException(String property, String messageKey)
           
 
Method Summary
 String getMessageKey()
           
 String getProperty()
           
 void setMessageKey(String messageKey)
           
 void setProperty(String property)
           
 
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

DomainException

public DomainException()

DomainException

public DomainException(String message)

DomainException

public DomainException(String property,
                       String messageKey)
Method Detail

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.