Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6190 - Class is not a subclass of create variable

6190   Class is not a subclass of create variable

Cause

This error occurs if you have used a create instruction to specify the class of the object that is to be created but that class is not a subclass of the target variable for the create instruction.

Action

Change your application code to change the type of the target variable or the class that is being created, so that the two are compatible.