| 
 | 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.InvalidSequenceException
Signals that the sequence does not comply with the specification (see CharSequence or FactorSequence for details).
CharSequence, 
FactorSequence, 
Serialized Form| Field Summary | 
| Fields inherited from class java.lang.Exception | 
|  | 
| Fields inherited from class java.lang.Throwable | 
|  | 
| Constructor Summary | |
| InvalidSequenceException()Constructs an InvalidSequenceExceptionwith null as its
 error detail message. | |
| InvalidSequenceException(java.lang.String message)Constructs an InvalidSequenceExceptionwith the specified
 detail message. | |
| InvalidSequenceException(java.lang.String message,
                                                 java.lang.Throwable cause)Constructs an InvalidSequenceExceptionwith the specified
 detail message and cause. | |
| InvalidSequenceException(java.lang.Throwable cause)Constructs an InvalidSequenceExceptionwith 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 InvalidSequenceException()
InvalidSequenceException with null as its
 error detail message.
public InvalidSequenceException(java.lang.String message)
InvalidSequenceException with the specified
 detail message.
message - an error messagepublic InvalidSequenceException(java.lang.Throwable cause)
InvalidSequenceException with the specified
 cause (and a detail message that typically contains the class and detail message
 of cause).
cause - a cause
public InvalidSequenceException(java.lang.String message,
                                java.lang.Throwable cause)
InvalidSequenceException 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 | ||||||||