Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6137 - Abstract methods cannot have a body

6137   Abstract methods cannot have a body

Cause

This error occurs if an abstract method includes a method body after the signature. Abstract methods must be defined with a method header only.

Action

Remove the method body. If you did not intend the method to be abstract, remove the abstract option from the method signature.