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: 1.0, 1.1, 2.0, 1.1.1
            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.

Reply via email to