Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6114 - Method does not return a value

6114   Method does not return a value

Cause

This error occurs if the current method is defined as having a return type but there are no return instructions in the method.

Action

Remove the return type from the method signature, or add at least one return instruction to the body of the method.