All Packages Class Hierarchy This Package Previous Next Index
Class edu.vt.marian.common.ReturnCodes
java.lang.Object
|
+----edu.vt.marian.common.ReturnCodes
- public class ReturnCodes
- extends Object
Return codes common to many classes of MARIAN objects.
-
ALLOC_FAILURE
-
-
BAD_PARAMS
-
-
IMPOSSIBLE_ERROR
-
-
IO_ERROR
-
-
NO_CAN_DO
-
-
NOT_FOUND
-
-
NOT_YET_IMPLEMENTED
-
-
NULL_STREAM
-
-
OK
-
-
PARSE_ERROR
-
-
SYSTEM_FAILURE
-
-
TYPE_ERROR
-
-
UNKNOWN_ERROR
-
-
ReturnCodes()
-
OK
public static final int OK
NOT_FOUND
public static final int NOT_FOUND
BAD_PARAMS
public static final int BAD_PARAMS
TYPE_ERROR
public static final int TYPE_ERROR
IO_ERROR
public static final int IO_ERROR
SYSTEM_FAILURE
public static final int SYSTEM_FAILURE
IMPOSSIBLE_ERROR
public static final int IMPOSSIBLE_ERROR
PARSE_ERROR
public static final int PARSE_ERROR
NOT_YET_IMPLEMENTED
public static final int NOT_YET_IMPLEMENTED
ALLOC_FAILURE
public static final int ALLOC_FAILURE
NO_CAN_DO
public static final int NO_CAN_DO
NULL_STREAM
public static final int NULL_STREAM
UNKNOWN_ERROR
public static final int UNKNOWN_ERROR
ReturnCodes
public ReturnCodes()
All Packages Class Hierarchy This Package Previous Next Index