Last update: 2011-06-23

org.proteios.core
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.proteios.core.BaseException
                  extended by org.proteios.core.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends BaseException

This exception is thrown by the Config class if there is a problem with finding or loading the configuration settings.

Version:
2.0
Author:
Nicklas
See Also:
Serialized Form

Constructor Summary
ConfigurationException(String message)
          Creates a new ConfigurationException.
 
Method Summary
 
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(String message)
Creates a new ConfigurationException.

Parameters:
message - The message of the exception

Last update: 2011-06-23