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. |
DuplicateSequenceNameException |
This exceptions is thrown if a sequence provided by an implementation of
AlignmentModel
shall be renamed and the a sequence with the new name is already present in the underlying data source. |
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 not token according to 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
.