Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6191 - Cannot create an abstract class

6191   Cannot create an abstract class

Cause

This error occurs if the class you have specified in a create instruction is an abstract class. You cannot create instances of abstract classes.

Action

Change the create instruction operand so that it represents a real (non-abstract) class.