Package | Description |
---|---|
info.bioinfweb.libralign.model.exception |
Contains exceptions thrown by implementations of
AlignmentModel . |
Modifier and Type | Class and Description |
---|---|
class |
AlignmentSourceNotWritableException
This exceptions is thrown if a modifying method of
AlignmentModel is called
which has a data source that is not writable. |
class |
InvalidTokenException
This exceptions is thrown if a token is used with
AlignmentModel which does not
match the data type of the provide (e.g. |
class |
SequenceNotFoundException
This exceptions is thrown if a requested sequence provided by an implementation of
AlignmentModel was not found in the underlying data source. |