edu.uconn.mcb.lineageevolver
Class Recombiner.NoRecombineRegion

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byedu.uconn.mcb.lineageevolver.Recombiner.NoRecombineRegion
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Recombiner

public class Recombiner.NoRecombineRegion
extends java.lang.RuntimeException

Exception thrown when no region suitable for recombination could be found.

See Also:
Serialized Form

Field Summary
(package private)  Gene gneDestination
          The destination Gene for which recombination failed.
(package private)  Gene gneSource
          The source Gene for which recombination failed.
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) Recombiner.NoRecombineRegion(Gene gneSource, Gene gneDestination)
          Constructor for objects of type NoRecombineRegion, provided source and destination Genes on which recombination failed.
 
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
 

Field Detail

gneDestination

Gene gneDestination
The destination Gene for which recombination failed.


gneSource

Gene gneSource
The source Gene for which recombination failed.

Constructor Detail

Recombiner.NoRecombineRegion

Recombiner.NoRecombineRegion(Gene gneSource,
                             Gene gneDestination)
Constructor for objects of type NoRecombineRegion, provided source and destination Genes on which recombination failed.

Parameters:
gneSource - the source Gene on which recombination failed.
gneDestination - the destination Gene on which recombination failed.