|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
nl.chess.it.util.config | Utility classes that provide type-safe access to configuration details. |
nl.chess.it.util.config.examples.extended | A more advanced example of the use of Java Config, including a suggested application layout. |
Uses of ConfigurationException in nl.chess.it.util.config |
Subclasses of ConfigurationException in nl.chess.it.util.config | |
class |
InvalidPropertyException
Thrown when a property could not be parsed as the expected type. |
class |
MissingPropertyException
Thrown when a required property could not be found. |
class |
PropertyParseException
DOCUMENT ME! |
Methods in nl.chess.it.util.config that throw ConfigurationException | |
long |
DurationParser.getDurationInMs(java.lang.String key,
java.lang.String value)
Main parse method. |
Constructors in nl.chess.it.util.config that throw ConfigurationException | |
Config(java.lang.String resourceName)
Constructs a Config based on a resource. |
Uses of ConfigurationException in nl.chess.it.util.config.examples.extended |
Constructors in nl.chess.it.util.config.examples.extended that throw ConfigurationException | |
VersionInformation()
Construct a VersionInformation, information will be read from VersionInformation.RESOURCE_NAME . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |