Class CmdConstants

java.lang.Object
net.ssehub.easy.standalone.cmd.CmdConstants

public class CmdConstants extends Object
Command line constants. System return values: 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).
Author:
Holger Eichelberger