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

6271   Invalid exception handler receiver

Cause

This error occurs if you attempt to arm an exception handler method defined on a primitive type. This functionality is not supported. The receiver of an exception must be an object.

Action

Arm an exception handler method defined on a class.