Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6213 - Non exception expression

6213   Non exception expression

Cause

This error occurs if the operand of a raise exception instruction is not of type Exception; that is, it is not an expression that yields an instance of the Exception class or one of its subclasses.

Action

Change the operand so that it is of type Exception.