You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Torsten Curdt (JIRA)" <ji...@apache.org> on 2007/05/16 23:22:16 UTC

[jira] Closed: (JCI-32) [jci] Improved Groovy Compiler Exception handling

     [ 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org