SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-67
Java Syntax Checking (0500-000400—0500-
005000)
0500-002700
Cause. You tried to use an instanceof operator with a primitive data type. However,
the instanceof operator requires an object reference operand.
Effect. SQLJ cannot parse the statement.
Recovery. Verify that the instanceof operator has an object reference operand and
resubmit.
0500-002800
Cause. You tried to cast an operand to an invalid type or a void type, which is
disallowed.
Effect. SQLJ cannot parse the statement.
Recovery. Verify that you use a non-void and correct type and resubmit.
0500-002900
Cause. You tried to invoke a method to which you do not have access permission.
Effect. SQLJ cannot parse the statement.
Recovery. Check the access modifier of the method to verify that you have access
permission and resubmit.
0500-003000
Cause. You tried to invoke a context or iterator method that does not exist.
Effect. SQLJ cannot parse the statement.
Recovery. Correct the method name and its parameters and resubmit. For details, see
Connection Context Constructors and Methods on page 3-10, Execution Context
Methods on page 3-22, PositionedIterator Method Summary on page B-6, or
ResultSetIterator Methods Summary on page B-7.
[0500-002700] Instanceof operator requires an object
reference operand.
[0500-002800] Invalid type cast
[0500-002900] Method not accessible.
[0500-003000] Method not found.