CWWBS0450W   

The result of a query had an unknown type class: ''0''.

Explanation

Unknown result types are converted to strings using their toString() method. This can lead to subsequent errors if this method returns nonsense.

User response

Use queries that return values of supported types.