|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.fesenmeyer.dbnormalizer.core.DBNormalizerException
public class DBNormalizerException
This is the most general exception of DBNormalizer and the base class of all exceptions defined by DBNormalizer.
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 |
---|
public DBNormalizerException(String message)
message
- the messagepublic DBNormalizerException(String message, Throwable cause)
message
- the messagecause
- the causepublic DBNormalizerException(Throwable cause)
cause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |