Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6212 - Invalid exception handler

6212   Invalid exception handler

Cause

This error occurs if the second operand of an on Exception instruction is not the name of a method that is called when the exception is raised.

Action

Change the second operand so that it identifies a method that will handle the exception.