1287   Cannot subclass a final class: refer to jommsg.log

Cause

This error occurs when opening a class if a superclass is marked as final.

Action

Refer to the JADE messages log file (jommsg.log) for details. Remove any subclasses of the final class.