Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6390 - Cannot call a method marked with notImplemented

6390   Cannot call a method marked with notImplemented

Cause

This error occurs if a method includes a call to a method that has the notImplemented method option.

Action

Remove the method call to the method that has the notImplemented method option.