Remove "not allowed" from several error messages

Bug #1209699 reported by Richard Gomes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
JQuantLib
New
Medium
Unassigned

Bug Description

Error messages can be simple like this:

   throw new IllegalArgumentException("rate must be positive");

There's no need for

   throw new IllegalArgumentException(
         "rate must be positive : value ("+rate+") not allowed");

Tags: code-review
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.