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

uk.ac.roslin.ensembl.exception
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.roslin.ensembl.exception.EnsemblException
              extended by uk.ac.roslin.ensembl.exception.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends EnsemblException

See Also:
Serialized Form

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

ConfigurationException

public ConfigurationException()

ConfigurationException

public ConfigurationException(String message)

ConfigurationException

public ConfigurationException(String message,
                              Exception parentException)

ConfigurationException

public ConfigurationException(Exception parentException)

Ensembl Model
v1.09

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