nl.chess.it.util.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.chess.it.util.config.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidPropertyException, MissingPropertyException
- public class ConfigurationException
- extends java.lang.RuntimeException
Thrown when there's something wrong with the configuration.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Guus Bosman (Chess iT)
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigurationException
public ConfigurationException()
ConfigurationException
public ConfigurationException(java.lang.String message)
ConfigurationException
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
ConfigurationException
public ConfigurationException(java.lang.Throwable cause)
Copyright © 2003-2005 Chess-iT. All Rights Reserved.