​​​​​​Hi, Jochen. Actually, the idea with the else block is to place inside
it code that would be execute if and only if none exception at all was
thrown inside its corresponding try block. In other words: the else block
would be useful for code that must be executed if the try block does not
throw an exception.

I hope I made me a little more clear this time.
Cheers.

Reply via email to