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.


Variable Index

 o ALLOC_FAILURE
 o BAD_PARAMS
 o IMPOSSIBLE_ERROR
 o IO_ERROR
 o NO_CAN_DO
 o NOT_FOUND
 o NOT_YET_IMPLEMENTED
 o NULL_STREAM
 o OK
 o PARSE_ERROR
 o SYSTEM_FAILURE
 o TYPE_ERROR
 o UNKNOWN_ERROR

Constructor Index

 o ReturnCodes()

Variables

 o OK
 public static final int OK
 o NOT_FOUND
 public static final int NOT_FOUND
 o BAD_PARAMS
 public static final int BAD_PARAMS
 o TYPE_ERROR
 public static final int TYPE_ERROR
 o IO_ERROR
 public static final int IO_ERROR
 o SYSTEM_FAILURE
 public static final int SYSTEM_FAILURE
 o IMPOSSIBLE_ERROR
 public static final int IMPOSSIBLE_ERROR
 o PARSE_ERROR
 public static final int PARSE_ERROR
 o NOT_YET_IMPLEMENTED
 public static final int NOT_YET_IMPLEMENTED
 o ALLOC_FAILURE
 public static final int ALLOC_FAILURE
 o NO_CAN_DO
 public static final int NO_CAN_DO
 o NULL_STREAM
 public static final int NULL_STREAM
 o UNKNOWN_ERROR
 public static final int UNKNOWN_ERROR

Constructors

 o ReturnCodes
 public ReturnCodes()

All Packages  Class Hierarchy  This Package  Previous  Next  Index