Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6305 - Method cannot be subschemaFinal -- has subschema implementors

6305   Method cannot be subschemaFinal -- has subschema implementors

Cause

This error occurs if you attempt to specify the subschemaFinal option for a method and the method has been reimplemented in a subschema. This is not permitted.

Action

Remove the subschemaFinal option from the method signature. Alternatively, remove all reimplementations of the method in subschemas.