public class CmdConstants
extends java.lang.Object
SYSTEM_OK if the execution is ok, SYSTEM_IO_EXC if an I/O problem occurred,
SYSTEM_MODELMGT_EXC if a model management problem occurred,
SYSTEM_PERSISTENCE_EXC if a high-level EASy problem (persistence layer)
occurred, SYSTEM_VIL_EXC if a VIL execution problem occurred, SYSTEM_VERSION_EXC if a version
number format is wrong, SYSTEM_NPE_EXC if an internal null problem occurred, SYSTEM_SECURITY_EXC
if a security problem occurred or SYSTEM_INDEX_EXC if an index access problem occurred (usually not
enough command line arguments).| Modifier and Type | Field and Description |
|---|---|
static int |
SYSTEM_INDEX_EXC |
static int |
SYSTEM_IO_EXC |
static int |
SYSTEM_MODELMGT_EXC |
static int |
SYSTEM_NPE_EXC |
static int |
SYSTEM_OK |
static int |
SYSTEM_PERSISTENCE_EXC |
static int |
SYSTEM_SECURITY_EXC |
static int |
SYSTEM_VERSION_EXC |
static int |
SYSTEM_VIL_EXC |
| Constructor and Description |
|---|
CmdConstants() |
public static final int SYSTEM_OK
public static final int SYSTEM_IO_EXC
public static final int SYSTEM_MODELMGT_EXC
public static final int SYSTEM_PERSISTENCE_EXC
public static final int SYSTEM_VIL_EXC
public static final int SYSTEM_VERSION_EXC
public static final int SYSTEM_NPE_EXC
public static final int SYSTEM_SECURITY_EXC
public static final int SYSTEM_INDEX_EXC
Copyright © 2009 - 2018 SSE. All Rights Reserved.