| 
 | NeoBio API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--neobio.alignment.InvalidScoringMatrixException
Signals that the substitution matrix does not comply with the specification (see ScoringMatrix for details).
ScoringMatrix, 
Serialized Form| Field Summary | 
| Fields inherited from class java.lang.Exception | 
|  | 
| Fields inherited from class java.lang.Throwable | 
|  | 
| Constructor Summary | |
| InvalidScoringMatrixException()Constructs an InvalidScoringMatrixExceptionwith null as its error
 detail message. | |
| InvalidScoringMatrixException(java.lang.String message)Constructs an InvalidScoringMatrixExceptionwith the specified detail
 message. | |
| InvalidScoringMatrixException(java.lang.String message,
                                                           java.lang.Throwable cause)Constructs an InvalidScoringMatrixExceptionwith the specified detail
 message and cause. | |
| InvalidScoringMatrixException(java.lang.Throwable cause)Constructs an InvalidScoringMatrixExceptionwith the specified cause
 (and a detail message that typically contains the class and detail message of
 cause). | |
| 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 | ||||||||