AlignmentModel.See: Description
| Exception | Description |
|---|---|
| AlignmentModelException |
Base class of all exceptions that can be thrown by an
AlignmentModel. |
| AlignmentSourceNotWritableException |
This exceptions is thrown if a modifying method of
AlignmentModel is called
which has a data source that is not writable. |
| InvalidTokenException |
This exceptions is thrown if a token is used with
AlignmentModel which does not
match the data type of the provide (e.g. |
| InvalidTokenRepresentationException |
Indicates that no token associated with a certain string representation was found in a token set.
|
| SequenceNotFoundException |
This exceptions is thrown if a requested sequence provided by an implementation of
AlignmentModel was not found in the underlying data source. |
AlignmentModel.