de.fesenmeyer.dbnormalizer.core
Class DBNormalizerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.fesenmeyer.dbnormalizer.core.DBNormalizerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, DBException

public class DBNormalizerException
extends Exception

This is the most general exception of DBNormalizer and the base class of all exceptions defined by DBNormalizer.

Author:
DF
See Also:
Serialized Form

Constructor Summary
DBNormalizerException(String message)
          Constructor specifying a message.
DBNormalizerException(String message, Throwable cause)
          Constructor specifying a message and a cause for this exception.
DBNormalizerException(Throwable cause)
          Constructor specifying a cause for this 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

DBNormalizerException

public DBNormalizerException(String message)
Constructor specifying a message.

Parameters:
message - the message

DBNormalizerException

public DBNormalizerException(String message,
                             Throwable cause)
Constructor specifying a message and a cause for this exception.

Parameters:
message - the message
cause - the cause

DBNormalizerException

public DBNormalizerException(Throwable cause)
Constructor specifying a cause for this exception

Parameters:
cause - the cause