SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-69
Java Syntax Checking (0500-000400—0500-
005000)
Effect. SQLJ cannot parse the statement.
Recovery. Report the entire message to your service provider.
0500-003600
Cause. The field or method that you searched for could not be located. The method or
field might not exist.
Effect. SQLJ cannot parse the statement.
Recovery. Report the entire message to your service provider
0500-003700
Cause. SQLJ could not find the specified method.
Effect. SQLJ cannot parse the statement.
Recovery. Report the entire message to your service provider.
0500-003800
Cause. While trying to cast an object to the target type, SQLJ encountered an
unknown target type. The class for target type might not exist.
Effect. SQLJ cannot parse the statement.
Recovery. Report the entire message to your service provider.
0500-003900
Cause. While trying to resolve the identifier, SQLJ encountered errors in the enclosing
class. The enclosing class might not exist.
Effect. SQLJ cannot parse the statement.
Recovery. Report the entire message to your service provider.
[0500-003600] Unknown identifier 'string'.
[0500-003700] Unknown identifier.
[0500-003800] Unknown target type in cast expression.
[0500-003900] Cannot resolve identifier because the enclosing
class has errors.