Product Information > JADE Error Messages and System Messages > 1300 through 1399 - Collection Exception Errors > 1311 - Null object reference cannot be passed as a value argument to a collection method

1311   Null object reference cannot be passed as a value argument to a collection method

Cause

This error occurs if a null object reference is passed to a Collection class method (such as add or remove).

Action

Determine why a null object reference is being passed 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.