Package org.jumpmind.db.platform
Class DdlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.db.platform.DdlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ModelException
Base class for DdlUtils exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new empty exception object.DdlException
(String msg) Creates a new exception object.DdlException
(String msg, Throwable baseEx) Creates a new exception object.DdlException
(Throwable baseEx) Creates a new exception object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DdlException
public DdlException()Creates a new empty exception object. -
DdlException
Creates a new exception object.- Parameters:
msg
- The exception message
-
DdlException
Creates a new exception object.- Parameters:
baseEx
- The base exception
-
DdlException
Creates a new exception object.- Parameters:
msg
- The exception messagebaseEx
- The base exception
-