org.ourgrid.deployer
Class ErrorCode

java.lang.Object
  extended by org.ourgrid.deployer.ErrorCode

public class ErrorCode
extends java.lang.Object


Field Summary
static int ERROR_COMPILING_THE_SDF_FILE
           
static int FAIL
           
static int OK
           
static int THE_FILE_NOT_EXIST
           
 
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

FAIL

public static final int FAIL
See Also:
Constant Field Values

ERROR_COMPILING_THE_SDF_FILE

public static final int ERROR_COMPILING_THE_SDF_FILE
See Also:
Constant Field Values

THE_FILE_NOT_EXIST

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

ErrorCode

public ErrorCode()