Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6136 - This is not an abstract class

6136   This is not an abstract class

Cause

This error occurs if you attempt to define an abstract method in a non-abstract class. Only abstract classes can contain abstract methods.

Action

Remove the abstract option from the method signature, or define the class as being abstract.