public class ModelManagementException extends AbstractException
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERNAL |
static int |
MODEL_CYCLIC_IMPORT |
static int |
MODEL_IMPORT_VERSION_CONFLICT |
static int |
MODEL_INFO_INCONSISTENCY |
static int |
MODEL_LOAD_FAILURE |
ID_AMBIGUOUS, ID_CANNOT_RESOLVE, ID_INTERNAL, ID_SEMANTIC, ID_WARNING| Constructor and Description |
|---|
ModelManagementException(java.lang.StringBuilder message,
int code)
Create a new exception based on the given message.
|
ModelManagementException(java.lang.String message,
int code)
Create a new exception based on the given message.
|
getIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic static final int MODEL_INFO_INCONSISTENCY
public static final int MODEL_CYCLIC_IMPORT
public static final int MODEL_IMPORT_VERSION_CONFLICT
public static final int MODEL_LOAD_FAILURE
public static final int INTERNAL
public ModelManagementException(java.lang.String message,
int code)
message - the messagecode - a code detailing the exceptionpublic ModelManagementException(java.lang.StringBuilder message,
int code)
message - the messagecode - a code detailing the exceptionCopyright © 2009 - 2018 SSE. All Rights Reserved.