Exception
subclasses specific to BioLockJ.See: Description
Exception | Description |
---|---|
ConfigException |
ConfigException is the superclass for all BioLockJ configuration file Exceptions used to ensure message uniformity.
|
ConfigFormatException |
ConfigFormatException is thrown if property is defined but the format is invalid.
|
ConfigNotFoundException |
ConfigNotFoundException is thrown if a required
Config property is undefined. |
ConfigPathException |
ConfigPathException is thrown if property is invalid file paths are encountered when processing the BioLockJ
configuration file.
|
ConfigViolationException |
ConfigViolationException is thrown at runtime due to application state violations caused by invalid module I/O
(sequences or metadata) as defined by
Config properties. |
Exception
subclasses specific to BioLockJ.