Serialized Form


Package nl.chess.it.util.config

Class nl.chess.it.util.config.ConfigurationException extends java.lang.RuntimeException implements Serializable

Class nl.chess.it.util.config.InvalidPropertyException extends ConfigurationException implements Serializable

Serialized Fields

expectedtype

java.lang.String expectedtype
Describes what type of variable we though the property should be.


propertyname

java.lang.String propertyname
Name of the property (key in Properties).


value

java.lang.String value
Actual value read.

Class nl.chess.it.util.config.MissingPropertyException extends ConfigurationException implements Serializable

Serialized Fields

expectedtype

java.lang.String expectedtype
Describes what type of variable we thought the property should be.


propertyname

java.lang.String propertyname

Class nl.chess.it.util.config.PropertyParseException extends InvalidPropertyException implements Serializable

Serialized Fields

parseMessage

java.lang.String parseMessage



Copyright © 2003-2005 Chess-iT. All Rights Reserved.