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

Torsten Curdt closed JCI-32.
----------------------------


> [jci] Improved Groovy Compiler Exception handling
> -------------------------------------------------
>
>                 Key: JCI-32
>                 URL: https://issues.apache.org/jira/browse/JCI-32
>             Project: Commons JCI
>          Issue Type: Bug
>         Environment: Operating System: other
> Platform: Other
>            Reporter: Mark Proctor
>
> changed
>         } catch (CompilationFailedException e) {
>             e.printStackTrace();
>             throw new RuntimeException("no expected");
>         }
> to
>         } catch (CompilationFailedException e) {
>             throw new RuntimeException("no expected", e);
>         }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to