Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.DdlUtilsException
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.model.ModelException
- All Implemented Interfaces:
Serializable
,org.apache.commons.lang.exception.Nestable
Indicates a model error.
- Version:
- $Revision: 289996 $
- See Also:
-
Field Summary
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
-
Constructor Summary
ConstructorDescriptionCreates 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 org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, 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
-