Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6211 - Exception class required

6211   Exception class required

Cause

This error occurs if the first operand of an on Exception instruction is not the name of an exception class (that is, of the Exception class or one of its subclasses).

Action

Change the first operand so that it is the name of an Exception class.