public class AlignmentException extends GeneralException
GeneralException.Debug| Constructor and Description |
|---|
AlignmentException(java.lang.String msg)
Constructor for when there is a problem unrelated to an input file
|
AlignmentException(java.lang.String location,
java.lang.String text,
java.lang.String reason,
java.lang.Throwable cause)
Constructor for when there is a problem in the input file
|
setDebug, toStringpublic AlignmentException(java.lang.String msg)
msg - The cause of the problempublic AlignmentException(java.lang.String location,
java.lang.String text,
java.lang.String reason,
java.lang.Throwable cause)
location - Information on the location in the filetext - The text that caused the problemreason - Why the text was problematiccause - The Throwable that caused the problem (if applicable)