Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6209 - Exception handler must return an Integer

6209   Exception handler must return an Integer

Cause

This error occurs if you attempt to arm a method that does not return an integer as an exception handler. All exception handler methods must return an integer value indicating how the exception is to be propagated.

Action

Change the definition of the exception handler method so that it returns an integer.

Alternatively, arm a different method as the exception handler.