org.edg.data.reptor
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.util.InvalidConfigurationException
                          |
                          +--org.edg.data.reptor.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends org.edg.data.util.InvalidConfigurationException

Exception thrown if there was an error in the configuration file.

Version:
$Id $
Author:
Erwin Laure, Peter Kunszt
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String option, java.lang.String reason)
          Constructs a ConfigurationException.
ConfigurationException(java.lang.String option, java.lang.String reason, java.lang.String comment)
          Constructs a ConfigurationException.
 
Methods inherited from class org.edg.data.util.InvalidConfigurationException
getConfigResource
 
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
 

Constructor Detail

ConfigurationException

public ConfigurationException(java.lang.String option,
                              java.lang.String reason)
Constructs a ConfigurationException.

Parameters:
option - The configuration option that is affected.
reason - The cause of the error.

ConfigurationException

public ConfigurationException(java.lang.String option,
                              java.lang.String reason,
                              java.lang.String comment)
Constructs a ConfigurationException.

Parameters:
option - The configuration option that is affected.
reason - The cause of the error.
comment - Additional comment that may indicate a resolution of the problem