Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6131 - Method signature conflicts with superclass implementation

6131   Method signature conflicts with superclass implementation

Cause

This error occurs if the signature of a method that is reimplemented by a subclass is not compatible with its superclass.

To be compatible, the following conditions must apply.

Action

Change the signature of the superclass or the subclass implementation of the method so that it complies with these rules.