[
https://issues.apache.org/jira/browse/JEXL-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Grobmeier resolved JEXL-33.
-------------------------------------
Resolution: Fixed
Reviewing branch 2.0, no exception of this kind can be found anymore. This
issue is fixed.
> Remove unnecessary throws Exception from various classes
> --------------------------------------------------------
>
> Key: JEXL-33
> URL: https://issues.apache.org/jira/browse/JEXL-33
> Project: Commons JEXL
> Issue Type: Improvement
> Affects Versions: 2.0, 1.1.1, 1.1, 1.0
> Reporter: dion gillard
> Priority: Minor
> Fix For: 2.0
>
>
> Many classes use throw new Exception("") even though there is no presumption
> that this checked exception is to be caught and dealt with.
> These should either be RuntimeExceptions or an appropriate subclass, eg
> IllegalArgumentException, NumberFormatException etc
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.