Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6276 - Invalid condition signature

6276   Invalid condition signature

Cause

This error occurs if you have defined a condition method that does not conform to the required signature for condition methods.

Condition methods must have constant parameters (if any) of primitive type, a Boolean return primitive type, and be non-updating and non-abstract.

Action

Change the condition method header to conform to the rules for the signature of condition methods, above. If you did not intend the method to be a condition method, remove the condition option from the method signature.