[ 
https://issues.apache.org/jira/browse/JEXL-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Biestro updated JEXL-150:
-------------------------------
          Description: 
declare class JexlException.Cancel as public to be able to apply instanceof 
operator in catch to analyze exception reason instead of using hard coded 
string comparison if ("execution cancelled".equals(msg)) ...

(Already public in 3.0 trunk)

  was:declare class JexlException.Cancel as public to be able to apply 
instanceof operator in catch to analyze exception reason instead of using hard 
coded string comparison if ("execution cancelled".equals(msg)) ...

    Affects Version/s:     (was: 3.0)

> catch JexlException.Cancel 
> ---------------------------
>
>                 Key: JEXL-150
>                 URL: https://issues.apache.org/jira/browse/JEXL-150
>             Project: Commons JEXL
>          Issue Type: Improvement
>    Affects Versions: 2.1
>            Reporter: Dmitri Blinov
>            Priority: Minor
>
> declare class JexlException.Cancel as public to be able to apply instanceof 
> operator in catch to analyze exception reason instead of using hard coded 
> string comparison if ("execution cancelled".equals(msg)) ...
> (Already public in 3.0 trunk)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to