public class InvalidScoringMatrixException
Signals that the substitution matrix does not comply with the specification (see class ScoringMatrix for details).
class ScoringMatrix,
class ScoringMatrixpublic InvalidScoringMatrixException()
Constructs an InvalidScoringMatrixException with null as its error detail message.
public InvalidScoringMatrixException(java.lang.String message)
Constructs an InvalidScoringMatrixException with the specified detail message.
message - an error messagepublic InvalidScoringMatrixException(java.lang.Throwable cause)
Constructs an InvalidScoringMatrixException with the specified cause (and a detail message that typically contains the class and detail message of cause).
cause - a causepublic InvalidScoringMatrixException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InvalidScoringMatrixException with the specified detail message and cause.
message - an error messagecause - a cause