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

Constructor Summary
ConfigurationException()
           
ConfigurationException(java.lang.String msg)
           
ConfigurationException(java.lang.String msg, java.lang.Throwable error)
           
ConfigurationException(java.lang.Throwable th)
           
 
Methods inherited from class net.larsan.norna.util.NestedException
getMessage, getNestedException, getNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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)