de.fesenmeyer.dbnormalizer.core.configuration
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fesenmeyer.dbnormalizer.core.DBNormalizerException
              extended by de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends DBNormalizerException

Exception to be thrown if an error occurs while reading or writing a configuration file, e.g. when the XML-file is not valid.

Author:
DF
See Also:
Serialized Form

Constructor Summary
ConfigurationException(String message)
          Class Constructor specifying a message.
ConfigurationException(String message, Throwable cause)
          Class Constructor specifying message and cause of the exception.
ConfigurationException(Throwable cause)
          Class Constructor specifying the cause of the exception.
 
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(String message)
Class Constructor specifying a message.

Parameters:
message - the message

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause)
Class Constructor specifying message and cause of the exception.

Parameters:
message - the message
cause - the cause

ConfigurationException

public ConfigurationException(Throwable cause)
Class Constructor specifying the cause of the exception.

Parameters:
cause - the cause