Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6389 - Methods marked with notImplemented cannot have a body

6389   Methods marked with notImplemented cannot have a body

Cause

This error occurs if an attempt is made to include a method body in a method that has the notImplemented method option.

Action

Remove or comment out the method body.