com.ail.core.configure
Class ConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.core.configure.ConfigurationError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfigurationResetError, DuplicateNamespaceError, UnknownNamespaceError

public class ConfigurationError
extends BaseError

This error is thrown when an error is found in the system's configuration.

Version:
$Revision$
Author:
$Author$
See Also:
Serialized Form

Constructor Summary
ConfigurationError(java.lang.String description)
           
ConfigurationError(java.lang.String description, java.lang.Throwable target)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationError

public ConfigurationError(java.lang.String description)

ConfigurationError

public ConfigurationError(java.lang.String description,
                          java.lang.Throwable target)