org.pz.platypus
Class Status

java.lang.Object
  extended by org.pz.platypus.Status

public class Status
extends java.lang.Object

Status and error codes used in Platypus


Field Summary
static int AT_EOF
           
static int COMPLETE
           
static int DOCUMENT_CLOSED_ERR
           
static int ERR
           
static int ERR_COMMAND_PARAM
           
static int ERR_MISSING_CONFIG_FILE
           
static int ERR_UNSUPPORTED_FORMAT
           
static int FATAL_ERR
           
static int FILE_NOT_FOUND_ERR
           
static int FILE_NOT_READABLE_ERR
           
static int ILLEGAL_OP
           
static int INVALID_COMMAND
           
static int INVALID_DATA
           
static int INVALID_FILENAME
           
static int INVALID_GDD
           
static int INVALID_INPUT_FILE
           
static int INVALID_PARAM
           
static int INVALID_PARAM_NULL
           
static int INVALID_PLUGIN_URL
           
static int INVALID_TOKEN
           
static int INVALID_TOKEN_NULL
           
static int INVALID_UNIT
           
static int IO_ERR
           
static int MISSING_PARAM
           
static int MISSING_TOKEN
           
static int NO_ERROR
           
static boolean OFF
           
static int OK
           
static boolean ON
           
static int OP_NOT_PERMITTED
           
static int UNCLOSED_COMMAND
           
static int UNCLOSED_COMMENT_BLK
           
static int UNFIXABLE_PARSE_ERR
           
static int UNREACHABLE_ERR
           
static int UNSUPPORTED_COMMAND
           
 
Constructor Summary
Status()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON

public static final boolean ON
See Also:
Constant Field Values

OFF

public static final boolean OFF
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values

NO_ERROR

public static final int NO_ERROR
See Also:
Constant Field Values

COMPLETE

public static final int COMPLETE
See Also:
Constant Field Values

AT_EOF

public static final int AT_EOF
See Also:
Constant Field Values

ERR

public static final int ERR
See Also:
Constant Field Values

IO_ERR

public static final int IO_ERR
See Also:
Constant Field Values

ILLEGAL_OP

public static final int ILLEGAL_OP
See Also:
Constant Field Values

OP_NOT_PERMITTED

public static final int OP_NOT_PERMITTED
See Also:
Constant Field Values

UNSUPPORTED_COMMAND

public static final int UNSUPPORTED_COMMAND
See Also:
Constant Field Values

FILE_NOT_FOUND_ERR

public static final int FILE_NOT_FOUND_ERR
See Also:
Constant Field Values

FILE_NOT_READABLE_ERR

public static final int FILE_NOT_READABLE_ERR
See Also:
Constant Field Values

INVALID_INPUT_FILE

public static final int INVALID_INPUT_FILE
See Also:
Constant Field Values

INVALID_FILENAME

public static final int INVALID_FILENAME
See Also:
Constant Field Values

INVALID_DATA

public static final int INVALID_DATA
See Also:
Constant Field Values

INVALID_PARAM

public static final int INVALID_PARAM
See Also:
Constant Field Values

INVALID_PARAM_NULL

public static final int INVALID_PARAM_NULL
See Also:
Constant Field Values

MISSING_PARAM

public static final int MISSING_PARAM
See Also:
Constant Field Values

UNFIXABLE_PARSE_ERR

public static final int UNFIXABLE_PARSE_ERR
See Also:
Constant Field Values

INVALID_UNIT

public static final int INVALID_UNIT
See Also:
Constant Field Values

INVALID_GDD

public static final int INVALID_GDD
See Also:
Constant Field Values

INVALID_COMMAND

public static final int INVALID_COMMAND
See Also:
Constant Field Values

INVALID_PLUGIN_URL

public static final int INVALID_PLUGIN_URL
See Also:
Constant Field Values

INVALID_TOKEN

public static final int INVALID_TOKEN
See Also:
Constant Field Values

INVALID_TOKEN_NULL

public static final int INVALID_TOKEN_NULL
See Also:
Constant Field Values

MISSING_TOKEN

public static final int MISSING_TOKEN
See Also:
Constant Field Values

UNCLOSED_COMMENT_BLK

public static final int UNCLOSED_COMMENT_BLK
See Also:
Constant Field Values

UNCLOSED_COMMAND

public static final int UNCLOSED_COMMAND
See Also:
Constant Field Values

DOCUMENT_CLOSED_ERR

public static final int DOCUMENT_CLOSED_ERR
See Also:
Constant Field Values

ERR_MISSING_CONFIG_FILE

public static final int ERR_MISSING_CONFIG_FILE
See Also:
Constant Field Values

ERR_UNSUPPORTED_FORMAT

public static final int ERR_UNSUPPORTED_FORMAT
See Also:
Constant Field Values

ERR_COMMAND_PARAM

public static final int ERR_COMMAND_PARAM
See Also:
Constant Field Values

UNREACHABLE_ERR

public static final int UNREACHABLE_ERR
See Also:
Constant Field Values

FATAL_ERR

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

Status

public Status()


Copyright © 2008-10 Pacific Data Works LLC