SMILA (incubation) API documentation

org.eclipse.smila.utils.config
Class ConfigurationLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.smila.utils.config.ConfigurationLoadException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationLoadException
extends java.lang.RuntimeException

The Class ConfigurationNotFoundException.

See Also:
Serialized Form

Constructor Summary
ConfigurationLoadException()
          Instantiates a new configuration not found exception.
ConfigurationLoadException(java.lang.String arg0)
          Instantiates a new configuration not found exception.
ConfigurationLoadException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new configuration not found exception.
ConfigurationLoadException(java.lang.Throwable arg0)
          Instantiates a new configuration not found exception.
 
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

ConfigurationLoadException

public ConfigurationLoadException()
Instantiates a new configuration not found exception.


ConfigurationLoadException

public ConfigurationLoadException(java.lang.String arg0)
Instantiates a new configuration not found exception.

Parameters:
arg0 - the arg0

ConfigurationLoadException

public ConfigurationLoadException(java.lang.Throwable arg0)
Instantiates a new configuration not found exception.

Parameters:
arg0 - the arg0

ConfigurationLoadException

public ConfigurationLoadException(java.lang.String arg0,
                                  java.lang.Throwable arg1)
Instantiates a new configuration not found exception.

Parameters:
arg0 - the arg0
arg1 - the arg1

SMILA (incubation) API documentation