com.mercury.ftjadin.utils
Class RError
java.lang.Objectcom.mercury.ftjadin.utils.RError
- extends java.lang.Object
public final class RError
The RError class provides constants for use in error and status reporting.
| Field Summary | |
|---|---|
static int | E_ATTR_NOT_SUPPORTEDProperty in function call not supported. |
static int | E_DIFFThe attribute does not have the desired value. |
static int | E_DISABLEDObject is disabled or in a disabled window. |
static int | E_GENERAL_ERRORGeneral error. |
static int | E_ILLEGAL_NUM_OF_PARAMSNo method signature with number of parameters passed in this invocation. |
static int | E_ILLEGAL_OPERATIONOperation cannot be performed. |
static int | E_ILLEGAL_PARAMETERParameter undefined or not valid. |
static int | E_INCOMPLETECould not get entire string or list. |
static int | E_ITEM_NOT_FOUNDItem of this description or index not found. |
static int | E_NOT_DISPLAYEDObject, menu, or window not visible or not available for user operation. |
static int | E_NOT_FOUNDWindow or object not found. |
static int | E_NOT_IMPLEMENTEDInvoked function not implemented. |
static int | E_NOT_IN_MAPPINGItem not mapped. |
static int | E_NOT_RESPONDINGMethod invocation timed out. |
static int | E_NOT_UNIQUEMore than one window or object matches the description. |
static int | E_OBJECT_SYNTAXDescriptor cannot be parsed. |
static int | E_OKOperation successful. |
static int | E_OUT_OF_RANGEParameter is out of range. |
static int | E_PROCESS_INPUTApplication cannot respond - processing other input events. |
static int | E_SET_WINWindow is not active. |
| Constructor Summary | |
|---|---|
RError() | |
| Field Detail |
|---|
E_OK
public static final int E_OK
- Operation successful.
- See Also:
- Constant Field Values
E_GENERAL_ERROR
public static final int E_GENERAL_ERROR
- General error.
- See Also:
- Constant Field Values
E_NOT_FOUND
public static final int E_NOT_FOUND
- Window or object not found.
- See Also:
- Constant Field Values
E_NOT_UNIQUE
public static final int E_NOT_UNIQUE
- More than one window or object matches the description.
- See Also:
- Constant Field Values
E_ILLEGAL_OPERATION
public static final int E_ILLEGAL_OPERATION
- Operation cannot be performed.
- See Also:
- Constant Field Values
E_OUT_OF_RANGE
public static final int E_OUT_OF_RANGE
- Parameter is out of range.
- See Also:
- Constant Field Values
E_ILLEGAL_PARAMETER
public static final int E_ILLEGAL_PARAMETER
- Parameter undefined or not valid.
- See Also:
- Constant Field Values
E_NOT_IN_MAPPING
public static final int E_NOT_IN_MAPPING
- Item not mapped.
- See Also:
- Constant Field Values
E_PROCESS_INPUT
public static final int E_PROCESS_INPUT
- Application cannot respond - processing other input events.
- See Also:
- Constant Field Values
E_NOT_IMPLEMENTED
public static final int E_NOT_IMPLEMENTED
- Invoked function not implemented.
- See Also:
- Constant Field Values
E_INCOMPLETE
public static final int E_INCOMPLETE
- Could not get entire string or list.
- See Also:
- Constant Field Values
E_NOT_DISPLAYED
public static final int E_NOT_DISPLAYED
- Object, menu, or window not visible or not available for user operation.
- See Also:
- Constant Field Values
E_DISABLED
public static final int E_DISABLED
- Object is disabled or in a disabled window.
- See Also:
- Constant Field Values
E_ITEM_NOT_FOUND
public static final int E_ITEM_NOT_FOUND
- Item of this description or index not found.
- See Also:
- Constant Field Values
E_NOT_RESPONDING
public static final int E_NOT_RESPONDING
- Method invocation timed out.
- See Also:
- Constant Field Values
E_OBJECT_SYNTAX
public static final int E_OBJECT_SYNTAX
- Descriptor cannot be parsed.
- See Also:
- Constant Field Values
E_ILLEGAL_NUM_OF_PARAMS
public static final int E_ILLEGAL_NUM_OF_PARAMS
- No method signature with number of parameters passed in this invocation.
- See Also:
- Constant Field Values
E_ATTR_NOT_SUPPORTED
public static final int E_ATTR_NOT_SUPPORTED
- Property in function call not supported.
- See Also:
- Constant Field Values
E_DIFF
public static final int E_DIFF
- The attribute does not have the desired value.
- See Also:
- Constant Field Values
E_SET_WIN
public static final int E_SET_WIN
- Window is not active.
- See Also:
- Constant Field Values
| Constructor Detail |
|---|
RError
public RError()

com.mercury.ftjadin.utils.RError
