platypus
Class Status
java.lang.Object
platypus.Status
public class Status
- extends java.lang.Object
Status and error codes used in Platypus
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AT_EOF
public static final int AT_EOF
- See Also:
- Constant Field Values
PAGE_ADDED
public static final int PAGE_ADDED
- See Also:
- Constant Field Values
PAGE_NOT_ADDED
public static final int PAGE_NOT_ADDED
- 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
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_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
UNSUPPORTED_FORMAT_ERR
public static final int UNSUPPORTED_FORMAT_ERR
- See Also:
- Constant Field Values
INVALID_UNIT
public static final int INVALID_UNIT
- See Also:
- Constant Field Values
INVALID_TOKEN
public static final int INVALID_TOKEN
- 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_NUMBER_OF_COLUMNS
public static final int ERR_NUMBER_OF_COLUMNS
- See Also:
- Constant Field Values
ERR_MARGIN_SPECIFIED
public static final int ERR_MARGIN_SPECIFIED
- See Also:
- Constant Field Values
ERR_MARGIN_SIZE
public static final int ERR_MARGIN_SIZE
- 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
Status
public Status()
Copyright © 2006-7 Pacific Data Works LLC