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) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalAlignmentEditException()
public IllegalAlignmentEditException(String message)
public IllegalAlignmentEditException(Throwable t)
public IllegalAlignmentEditException(Throwable t, String message)
Copyright © 2014 BioJava. All rights reserved.