[jboss-jira] [JBoss JIRA] (AS7-5046) try-catch-finally control flow for cli
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Fri Jul 6 07:20:13 EDT 2012
[ https://issues.jboss.org/browse/AS7-5046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky resolved AS7-5046.
------------------------------------
Resolution: Done
Done. There are new commands now: try, catch and finally and resemble Java's try-catch-finally control flow. try starts a batch block of commands and operations that is executed first. If there was not error then the finally batch block (if present) is executed. If there was an error during the execution of the try batch then the catch batch block (if present) is executed after which (despite whether it was a successful execution or not) the finally batch (if present) will be executed.
> try-catch-finally control flow for cli
> --------------------------------------
>
> Key: AS7-5046
> URL: https://issues.jboss.org/browse/AS7-5046
> Project: Application Server 7
> Issue Type: Task
> Components: CLI
> Reporter: Alexey Loubyansky
> Assignee: Alexey Loubyansky
> Fix For: 7.2.0.Alpha1
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list