Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6170 - Attributes cannot have abstract type

6170   Attributes cannot have abstract type

Cause

This error occurs if an attribute has been defined with an abstract type. As attributes are always created when the parent object is created, they must also have a real (non-abstract) type.

Action

Change the type of the attribute to a real (non-abstract) type. This is likely to be a concrete subclass of the original abstract type.