|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.smila.utils.config.ConfigurationLoadException
public class ConfigurationLoadException
The Class ConfigurationNotFoundException.
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 |
---|
public ConfigurationLoadException()
public ConfigurationLoadException(java.lang.String arg0)
arg0
- the arg0public ConfigurationLoadException(java.lang.Throwable arg0)
arg0
- the arg0public ConfigurationLoadException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- the arg0arg1
- the arg1
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |