public class ModelException extends DdlUtilsException
| Constructor and Description |
|---|
ModelException()
Creates 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.
|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ModelException()
public ModelException(String msg)
msg - The exception messagepublic ModelException(Throwable baseEx)
baseEx - The base exceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.