This way we could write the following list of 'constructs': - try-catch-else-finally - try-catch-else - try-else-finally - try-else (I'm not so sure about this one, it could be in conflict with java(?))
This will improves the readability of exception handling in some situations. What do you guys think about it? Thanks in advance for your time. Cheers.