nl.chess.it.util.config
Class PropertyParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynl.chess.it.util.config.ConfigurationException
                  extended bynl.chess.it.util.config.InvalidPropertyException
                      extended bynl.chess.it.util.config.PropertyParseException
All Implemented Interfaces:
java.io.Serializable

public class PropertyParseException
extends InvalidPropertyException

DOCUMENT ME!

Version:
$Revision: 1.1.1.1 $
Author:
Guus Bosman (Chess iT)
See Also:
Serialized Form

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

PropertyParseException

public 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.

Parameters:
parseMessage - Indicates why the parsing failed.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class InvalidPropertyException

setValue

public void setValue(java.lang.String value)
Overrides:
setValue in class InvalidPropertyException

setExpectedtype

public void setExpectedtype(java.lang.String expectedtype)
Overrides:
setExpectedtype in class InvalidPropertyException


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