Package | Description |
---|---|
biolockj.exception |
This package contains
Exception subclasses specific to BioLockJ. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigFormatException
ConfigFormatException is thrown if property is defined but the format is invalid.
|
class |
ConfigNotFoundException
ConfigNotFoundException is thrown if a required
Config property is undefined. |
class |
ConfigPathException
ConfigPathException is thrown if property is invalid file paths are encountered when processing the BioLockJ
configuration file.
|
class |
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. |