org.ourgrid.mygrid.ui.command
Class ErrorCode

java.lang.Object
  extended by org.ourgrid.mygrid.ui.command.ErrorCode

public class ErrorCode
extends java.lang.Object


Field Summary
static int COULD_NOT_CLEAN_JOBS
           
static int COULD_NOT_PRINT_GRID_STATUS
           
static int COULD_NOT_START_GUI
           
static int COULD_NOT_WAIT_FOR_JOB
           
static int FAIL
           
static int GRID_COULD_NOT_BE_LOADED
           
static int MYGRID_COULD_NOT_BE_STARTED
           
static int MYGRID_COULD_NOT_BE_STOPPED
           
static int OK
           
static int START_CODE
           
static int THE_JOB_COULD_NOT_BE_ADDED
           
static int THE_JOB_COULD_NOT_BE_CANCELLED
           
 
Constructor Summary
ErrorCode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
See Also:
Constant Field Values

GRID_COULD_NOT_BE_LOADED

public static final int GRID_COULD_NOT_BE_LOADED
See Also:
Constant Field Values

THE_JOB_COULD_NOT_BE_ADDED

public static final int THE_JOB_COULD_NOT_BE_ADDED
See Also:
Constant Field Values

THE_JOB_COULD_NOT_BE_CANCELLED

public static final int THE_JOB_COULD_NOT_BE_CANCELLED
See Also:
Constant Field Values

COULD_NOT_WAIT_FOR_JOB

public static final int COULD_NOT_WAIT_FOR_JOB
See Also:
Constant Field Values

COULD_NOT_PRINT_GRID_STATUS

public static final int COULD_NOT_PRINT_GRID_STATUS
See Also:
Constant Field Values

MYGRID_COULD_NOT_BE_STOPPED

public static final int MYGRID_COULD_NOT_BE_STOPPED
See Also:
Constant Field Values

FAIL

public static final int FAIL
See Also:
Constant Field Values

MYGRID_COULD_NOT_BE_STARTED

public static final int MYGRID_COULD_NOT_BE_STARTED
See Also:
Constant Field Values

COULD_NOT_START_GUI

public static final int COULD_NOT_START_GUI
See Also:
Constant Field Values

COULD_NOT_CLEAN_JOBS

public static final int COULD_NOT_CLEAN_JOBS
See Also:
Constant Field Values

START_CODE

public static final int START_CODE
See Also:
Constant Field Values
Constructor Detail

ErrorCode

public ErrorCode()