Uses of Class
org.biojava.utils.NestedRuntimeException

Packages that use NestedRuntimeException
org.biojava.bio The core classes that will be used throughout the bio packages. 
org.biojava.bio.alignment Implementation of the Alignment interface. 
 

Uses of NestedRuntimeException in org.biojava.bio
 

Subclasses of NestedRuntimeException in org.biojava.bio
 class BioRuntimeException
          A nestable biological exception.
 

Uses of NestedRuntimeException in org.biojava.bio.alignment
 

Subclasses of NestedRuntimeException in org.biojava.bio.alignment
 class IllegalAlignmentEditException
           The usual reason for throwing an IllegalAlignmentEditException is that you are trying to shift a group of bases in such a way that it would require deleting bases.