Mercurial > blog
changeset 118:3220adaa9740
Added link to code example.
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Mon, 27 Mar 2017 00:43:36 +0300 |
parents | cac91c4dfae8 |
children | 2aa5ed5bd9e9 |
files | 631f6b21-01b6-4d50-8e0f-13f59bd66fc2/index.rst |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/631f6b21-01b6-4d50-8e0f-13f59bd66fc2/index.rst Mon Mar 27 00:41:16 2017 +0300 +++ b/631f6b21-01b6-4d50-8e0f-13f59bd66fc2/index.rst Mon Mar 27 00:43:36 2017 +0300 @@ -204,3 +204,5 @@ You should know that some languages (like Elisp) have no ``break`` or ``continue`` statement. Throwing / catching an exception is only the way to mimic ``break`` and ``continue``. +Working code sample is available at http://hg.defun.work/exp/file/tip/java/error-processing-in-loop/src/ErrorChckingInLoopWithContinue.java +