| 
 | 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.IncompatibleScoringSchemeException
Signals that an scoring scheme is not compatible with the sequences being aligned.
ScoringScheme, 
PairwiseAlignmentAlgorithm, 
Serialized Form| Field Summary | 
| Fields inherited from class java.lang.Exception | 
|  | 
| Fields inherited from class java.lang.Throwable | 
|  | 
| Constructor Summary | |
| IncompatibleScoringSchemeException()Constructs an IncompatibleScoringSchemeExceptionwith null as its
 error detail message. | |
| IncompatibleScoringSchemeException(java.lang.String message)Constructs an IncompatibleScoringSchemeExceptionwith the specified
 detail message. | |
| IncompatibleScoringSchemeException(java.lang.String message,
                                                                     java.lang.Throwable cause)Constructs an IncompatibleScoringSchemeExceptionwith the specified
 detail message and cause. | |
| IncompatibleScoringSchemeException(java.lang.Throwable cause)Constructs an IncompatibleScoringSchemeExceptionwith 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 IncompatibleScoringSchemeException()
IncompatibleScoringSchemeException with null as its
 error detail message.
public IncompatibleScoringSchemeException(java.lang.String message)
IncompatibleScoringSchemeException with the specified
 detail message.
message - an error messagepublic IncompatibleScoringSchemeException(java.lang.Throwable cause)
IncompatibleScoringSchemeException with the specified
 cause (and a detail message that typically contains the class and detail message
 of cause).
cause - a cause
public IncompatibleScoringSchemeException(java.lang.String message,
                                          java.lang.Throwable cause)
IncompatibleScoringSchemeException 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 | ||||||||