args4j icon indicating copy to clipboard operation
args4j copied to clipboard

Add throws CmdLineException to MapOptionHandler#addToMap(Map,String,String)

Open rensink opened this issue 11 years ago • 0 comments

It would be very useful if subclasses can throw an exception in this method in case the key or value is incorrect for the specific option. I don't think this will break compatibility since it's supposed to be a callback method only.

rensink avatar Jan 03 '14 08:01 rensink