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

uk.ac.roslin.ensembl.exception
Class RangeException

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.RangeException
All Implemented Interfaces:
Serializable

public class RangeException
extends EnsemblException

Author:
tpaterso
See Also:
Serialized Form

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

RangeException

public RangeException()

RangeException

public RangeException(String message)

RangeException

public RangeException(String message,
                      Exception parentException)

RangeException

public RangeException(Exception parentException)

Ensembl Model
v1.09

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