Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6299 - Cannot add parameters - condition used as a constraint

6299   Cannot add parameters - condition used as a constraint

Cause

This error occurs if you attempt to add a parameter to the signature of a condition method and the condition method is used as a constraint on a reference. Only condition methods with no parameters can be used as a constraint on a reference.

Action

Before you can add a parameter, you must update the associated conditional reference definitions so that the condition method is no longer used as a constraint.