2016-12-27 Handle all cases in your code! Don't just catch the most probable cases but imagine every possible case and handle them all. It's just lazyness not doing so. I more and more become interested in exception handling, because there failures won't be ignored with exceptions if you're lazy, they will move up until everything crashes if you don't handle them. Nonetheless it is sad that error processing requires a such huge amount of code. Our code would be so short and readably if we would not need to handle all those possible failures! http://marmaro.de/lue/ markus schnalke