SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-66
Java Syntax Checking (0500-000400—0500-
005000)
0500-002300
Cause. The second and third operands in the ternary operator are not compatible.
Effect. SQLJ cannot parse the statement.
Recovery. Verify that the second and third operands are compatible and resubmit.
0500-002400
Cause. You tried to invoke a context or iterator constructor that does not exist.
Effect. SQLJ cannot parse the statement.
Recovery. Correct the constructor parameters and resubmit. For details, see
Connection Context Constructors and Methods on page 3-10 and ExecutionContext
Constructor Summary on page B-12.
0500-002500
Cause. You tried to access a field for which you do not have access permission.
Effect. SQLJ cannot parse the statement.
Recovery. Check the access modifier of the field to verify that you have access
permission and resubmit.
0500-002600
Cause. You used a non-numeric operand in the increment or decrement operator.
Effect. SQLJ cannot parse the statement.
Recovery. Verify that the operand to the increment or decrement operator is numeric
and resubmit.
[0500-002300] Conditional expression result types must match.
[0500-002400] Constructor not found.
[0500-002500] Field not accessible.
[0500-002600] Increment/decrement operator requires numeric
operand.