|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jscience.biology.alignment.InvalidScoringMatrixException
public class InvalidScoringMatrixException
Signals that the substitution matrix does not comply with the specification (see for details).
ScoringMatrix,
Serialized Form| Constructor Summary | |
|---|---|
InvalidScoringMatrixException()
Constructs an InvalidScoringMatrixException with null as
its error detail message. |
|
InvalidScoringMatrixException(java.lang.String message)
Constructs an InvalidScoringMatrixException with the
specified detail message. |
|
InvalidScoringMatrixException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InvalidScoringMatrixException with the
specified detail message and cause. |
|
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). |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidScoringMatrixException()
InvalidScoringMatrixException with null as
its error detail message.
public InvalidScoringMatrixException(java.lang.String message)
InvalidScoringMatrixException with the
specified detail message.
message - an error messagepublic InvalidScoringMatrixException(java.lang.Throwable cause)
InvalidScoringMatrixException with the
specified cause (and a detail message that typically contains the class
and detail message of cause).
cause - a cause
public InvalidScoringMatrixException(java.lang.String message,
java.lang.Throwable cause)
InvalidScoringMatrixException with the
specified detail message and cause.
message - an error messagecause - a cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||