net.larsan.urd.conf
Class ConfigurationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.larsan.norna.util.NestedException
|
+--net.larsan.urd.conf.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConfigurationException
- extends NestedException
A nested exception for the config mechanism.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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 msg)
ConfigurationException
public ConfigurationException(java.lang.Throwable th)
ConfigurationException
public ConfigurationException(java.lang.String msg,
java.lang.Throwable error)