|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException nl.chess.it.util.config.ConfigurationException nl.chess.it.util.config.InvalidPropertyException nl.chess.it.util.config.PropertyParseException
DOCUMENT ME!
Field Summary |
Fields inherited from class nl.chess.it.util.config.InvalidPropertyException |
expectedtype, propertyname, value |
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary | |
PropertyParseException(java.lang.String parseMessage)
Constructs a new PropertyParseException that indicates that a property could not be parsed due to the error described in the String given. |
Method Summary | |
void |
setExpectedtype(java.lang.String expectedtype)
|
void |
setValue(java.lang.String value)
|
java.lang.String |
toString()
|
Methods inherited from class nl.chess.it.util.config.InvalidPropertyException |
getExpectedtype, getPropertyname, getValue, setPropertyname |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyParseException(java.lang.String parseMessage)
parseMessage
- Indicates why the parsing failed.Method Detail |
public java.lang.String toString()
toString
in class InvalidPropertyException
public void setValue(java.lang.String value)
setValue
in class InvalidPropertyException
public void setExpectedtype(java.lang.String expectedtype)
setExpectedtype
in class InvalidPropertyException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |