Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6326 - Cannot reimplement a condition

6326   Cannot reimplement a condition

Cause

This error occurs if you attempt to reimplement a condition; that is, a method that has the condition option specified. This is not permitted, since condition methods cannot be called polymorphically.

Action

If you want to reimplement the method, remove the condition option from the signature of the super-method.