Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1312 - Class of value passed to a collection method incompatible with membership

1312   Class of value passed to a collection method incompatible with membership

Cause

This error occurs if the class of an object reference passed to a Collection class method (for example, add or remove) is not assignment-compatible with the defined membership of the collection.

Action

Determine why the class is not assignment-compatible and correct the code that led to the error. The method and source position containing the expression at which the exception was raised are reported in the error description.