|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractReaderException | |
---|---|
name.angoca.db2sa.readers | The classes contained in this package are related to the reading of the configuration file and grammar structure. |
name.angoca.db2sa.readers.exceptions | This package contains all the exception generated when reading the
application configuration or the grammar file. Control Version 0.1 Package creation. 1.0 Moved to version 1. |
Uses of AbstractReaderException in name.angoca.db2sa.readers |
---|
Methods in name.angoca.db2sa.readers that throw AbstractReaderException | |
---|---|
static Properties |
ConfigurationReader.readFile(String filename)
Reads a file given its filename, and the retrieves the properties stored in the file. |
Uses of AbstractReaderException in name.angoca.db2sa.readers.exceptions |
---|
Subclasses of AbstractReaderException in name.angoca.db2sa.readers.exceptions | |
---|---|
class |
ConfigurationFileCorruptException
This exception is raised when the configuration file has an invalid structure. Control Version 0.0.1 Class creation. 0.0.2 Recommendations from PMD. 0.1.0 getMessage. 1.0.0 Moved to version 1. |
class |
ConfigurationFileNotFoundException
The configuration file was not found. Control Version 0.0.1 Class creation. 0.1.0 Recommendations from PMD. 0.2.0 getMessage. 1.0.0 Moved to version 1. |
class |
ConfigurationFileProblemException
This exception is raised when an unknown problem in the file was occurred. Control Version 0.0.1 Class creation. 0.1.0 Recommendations from PMD. 1.0.0 Moved to version 1. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |