| Verify that the list of known messages contains no two objects
with the same numeric message id. This method is expected to be
called from the unit tests, so that if a developer adds a new
message and accidentally uses the message id of an existing
message object, then this will be reported as an error.
throws: java.lang.IllegalArgumentException - if any duplicate id is found. |