public class SequenceNotFoundException extends AlignmentModelException
AlignmentModel was not found in the underlying data source.
Note that not all methods of AlignmentModel throw this exception. Some indicate
the same thing also by their return value.
| Constructor and Description |
|---|
SequenceNotFoundException(AlignmentModel<?> source,
java.lang.String sequenceID)
Create a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSequenceID()
Returns the sequence ID that was not found in the specified model.
|
getSourcepublic SequenceNotFoundException(AlignmentModel<?> source, java.lang.String sequenceID)
source - the sequence provider where this exception happenedpublic java.lang.String getSequenceID()