Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6034 - Class already defined with a different superclass

6034   Class already defined with a different superclass

Cause

This error occurs if your schema file attempts to redefine the superclass of an existing class. You cannot change the superclass of an existing class in this way.

Action

Correct the schema so that the class retains its original superclass.