net.smartlab.config
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.smartlab.config.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.Exception

Thrown to indicate the configuration tree scanning or querying has failed. Possibile reasons are dependant by the concrete configuration implementation.

Author:
rlogiacco
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Instantiates the class.
ConfigurationException(java.lang.String message)
          Instantiates the class with a message.
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Instantiates the class with a message and cause.
ConfigurationException(java.lang.Throwable cause)
          Instantiates the class with a cause.
 
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

ConfigurationException

public ConfigurationException()
Instantiates the class.


ConfigurationException

public ConfigurationException(java.lang.String message)
Instantiates the class with a message.

Parameters:
message - a description of the exception.

ConfigurationException

public ConfigurationException(java.lang.Throwable cause)
Instantiates the class with a cause.

Parameters:
cause - the originating cause.

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Instantiates the class with a message and cause.

Parameters:
message - a description of the exception.
cause - the originating cause.


Copyright © 2002-2008 SmartLab s.r.l.. All Rights Reserved.