Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6154 - Method not implemented in any superclass

6154   Method not implemented in any superclass

Cause

This error occurs if the input contains an inheritMethod call but the method is not implemented in any superclass.

Action

Change your application code to remove the inheritMethod call, or implement the method in at least one superclass.