|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.uconn.mcb.lineageevolver.Recombiner.NoRecombineRegion
Exception thrown when no region suitable for recombination could be found.
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 |
Gene gneDestination
Gene gneSource
Constructor Detail |
Recombiner.NoRecombineRegion(Gene gneSource, Gene gneDestination)
gneSource
- the source Gene on which recombination failed.gneDestination
- the destination Gene on which recombination failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |