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