public class IncompatibleScoringSchemeException
Signals that an scoring scheme is not compatible with the sequences being aligned.
public IncompatibleScoringSchemeException()
Constructs an IncompatibleScoringSchemeException with null as its error detail message.
public IncompatibleScoringSchemeException(java.lang.String message)
Constructs an IncompatibleScoringSchemeException with the specified detail message.
message - an error messagepublic IncompatibleScoringSchemeException(java.lang.Throwable cause)
Constructs an IncompatibleScoringSchemeException with the specified cause (and a detail message that typically contains the class and detail message of cause).
cause - a causepublic IncompatibleScoringSchemeException(java.lang.String message,
java.lang.Throwable cause)
Constructs an IncompatibleScoringSchemeException with the specified detail message and cause.
message - an error messagecause - a cause