You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dmitri Blinov (JIRA)" <ji...@apache.org> on 2015/03/09 15:38:38 UTC

[jira] [Created] (JEXL-150) catch JexlException.Cancel

Dmitri Blinov created JEXL-150:
----------------------------------

             Summary: catch JexlException.Cancel 
                 Key: JEXL-150
                 URL: https://issues.apache.org/jira/browse/JEXL-150
             Project: Commons JEXL
          Issue Type: Improvement
            Reporter: Dmitri Blinov


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)) ...



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