com.ls.util.objectcontrol
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ls.BaseException
                    |
                    +--com.ls.util.objectcontrol.ObjectControlException
                          |
                          +--com.ls.util.objectcontrol.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends ObjectControlException

exception handling class for the configuration

Version:
$Revision: 1.1 $
Author:
Last modified by $Author: TBerk $
See Also:
IConfigurable, Serialized Form

Fields inherited from class com.ls.BaseException
innerThrowable
 
Constructor Summary
ConfigurationException()
          Creates a ConfigurationException with no specified detail message.
ConfigurationException(String description)
          Creates a ConfigurationException with the specified detail message.
ConfigurationException(String description, Throwable throwable)
          Creates a ConfigurationException with the specified detail message and nested throwable.
 
Methods inherited from class com.ls.BaseException
getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

public ConfigurationException()
Creates a ConfigurationException with no specified detail message.

ConfigurationException

public ConfigurationException(String description)
Creates a ConfigurationException with the specified detail message.
Parameters:
description - detail message

ConfigurationException

public ConfigurationException(String description,
                              Throwable throwable)
Creates a ConfigurationException with the specified detail message and nested throwable.
Parameters:
description - detail message
throwable - nested exception