Sebb created CSV-113:
------------------------
Summary: Check whether ISE/IAE are being used appropriately
Key: CSV-113
URL: https://issues.apache.org/jira/browse/CSV-113
Project: Commons CSV
Issue Type: Task
Reporter: Sebb
The code throws a lot of IllegalStateExceptions (ISE).
It also throws some IllegalArgumentExceptions (IAE).
These need reviewing to check that ISE really does apply to the current state,
and IAE is used for reporting an incorrect argument.
Generally if ISE applies, no argument values will be valid.
IAE should be used when a specific argument or set of arguments is invalid.
--
This message was sent by Atlassian JIRA
(v6.2#6252)