Package org.jumpmind.db.model
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.db.platform.DdlException
org.jumpmind.db.model.ModelException
- All Implemented Interfaces:
Serializable
Indicates a model error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new empty exception object.ModelException
(String msg) Creates a new exception object.ModelException
(String msg, Throwable baseEx) Creates a new exception object.ModelException
(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
-
ModelException
public ModelException()Creates a new empty exception object. -
ModelException
Creates a new exception object.- Parameters:
msg
- The exception message
-
ModelException
Creates a new exception object.- Parameters:
baseEx
- The base exception
-
ModelException
Creates a new exception object.- Parameters:
msg
- The exception messagebaseEx
- The base exception
-