error418 / opennms-event

A Java OpenNMS client for creating events via ONMS eventd daemon
MIT License
0 stars 0 forks source link

Handle unknown Parameters in ParameterCollection #22

Closed error418 closed 8 years ago

error418 commented 8 years ago

setValue does not check the presence of the given ParameterName in the LinkedHashMap model.

Maybe an IllegalArgumentExeption should be thrown in this case to point out that the user tried to set an unconfigured parameter.