Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3
Ensembl Model
v1.09

uk.ac.roslin.ensembl.exception
Class EnsemblException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.roslin.ensembl.exception.EnsemblException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, DAOException, RangeException

public abstract class EnsemblException
extends Exception

See Also:
Serialized Form

Constructor Summary
EnsemblException()
           
EnsemblException(Exception parentException)
           
EnsemblException(String message)
           
EnsemblException(String message, Exception parentException)
           
 
Method Summary
 
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

EnsemblException

public EnsemblException()

EnsemblException

public EnsemblException(String message)

EnsemblException

public EnsemblException(String message,
                        Exception parentException)

EnsemblException

public EnsemblException(Exception parentException)

Ensembl Model
v1.09

Ensembl Model v1.09
© Roslin Institute 2010. GNU General Public License, version3