Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6192 - This is not a class

6192   This is not a class

Cause

This error occurs when the operand is an expression that is not of type Class; that is, it does not evaluate to yield a class. The second operand of a create instruction must be an explicit class name or an expression that yields a class.

Action

Remove the invalid operand, or correct it so that it yields a valid class.