org.biojava.bio.alignment
public class IllegalAlignmentEditException extends BioRuntimeException
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. Only gaps can be deleted.
Constructor and Description |
---|
IllegalAlignmentEditException()
Just make the exception.
|
IllegalAlignmentEditException(String message)
Make the exception with a message.
|
IllegalAlignmentEditException(Throwable t) |
IllegalAlignmentEditException(Throwable t,
String message) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalAlignmentEditException()
public IllegalAlignmentEditException(String message)
public IllegalAlignmentEditException(Throwable t)