com.mercury.ftjadin.utils
Class RError

java.lang.Object
  extended bycom.mercury.ftjadin.utils.RError

public final class RError
extends java.lang.Object

The RError class provides constants for use in error and status reporting.


Field Summary
static intE_ATTR_NOT_SUPPORTED
          Property in function call not supported.
static intE_DIFF
          The attribute does not have the desired value.
static intE_DISABLED
          Object is disabled or in a disabled window.
static intE_GENERAL_ERROR
          General error.
static intE_ILLEGAL_NUM_OF_PARAMS
          No method signature with number of parameters passed in this invocation.
static intE_ILLEGAL_OPERATION
          Operation cannot be performed.
static intE_ILLEGAL_PARAMETER
          Parameter undefined or not valid.
static intE_INCOMPLETE
          Could not get entire string or list.
static intE_ITEM_NOT_FOUND
          Item of this description or index not found.
static intE_NOT_DISPLAYED
          Object, menu, or window not visible or not available for user operation.
static intE_NOT_FOUND
          Window or object not found.
static intE_NOT_IMPLEMENTED
          Invoked function not implemented.
static intE_NOT_IN_MAPPING
          Item not mapped.
static intE_NOT_RESPONDING
          Method invocation timed out.
static intE_NOT_UNIQUE
          More than one window or object matches the description.
static intE_OBJECT_SYNTAX
          Descriptor cannot be parsed.
static intE_OK
          Operation successful.
static intE_OUT_OF_RANGE
          Parameter is out of range.
static intE_PROCESS_INPUT
          Application cannot respond - processing other input events.
static intE_SET_WIN
          Window 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()