SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-63
Java Syntax Checking (0500-000400—0500-
005000)
Effect. SQLJ cannot parse the statement.
Recovery. Confirm that the data type is an array and resubmit.
0500-001100
Cause. You tried to invoke a constructor for which more than one constructor is
available.
Effect. SQLJ cannot parse the statement.
Recovery. Report the entire message to your service provider.
0500-001200
Cause. You tried to access a field that has more than one declaration.
Effect. SQLJ cannot parse the statement.
Recovery. Report the entire message to your service provider.
0500-001300
Cause. You invoked a method for which there is more than one definition.
Effect. SQLJ cannot parse the statement.
Recovery. Report the entire message to your service provider.
0500-001400
Cause. You tried to perform an arithmetic operation with one or more non-numeric
operands, which is disallowed.
Effect. SQLJ cannot parse the statement.
Recovery. Verify that the arithmetic expression has only numeric operands and
resubmit.
[0500-001100] Ambiguous constructor invocation.
[0500-001200] Ambiguous field access.
[0500-001300] Ambiguous method invocation.
[0500-001400] Arithmetic expression requires numeric
operands.