Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6388 - Method cannot be both abstract and notImplemented

6388   Method cannot be both abstract and notImplemented

Cause

This error occurs if you attempt to include the method options abstract and notImplemented in the signature of a method.

Action

Remove the notImplemented option from the method signature.