Why is this an issue?

Nesting try/catch blocks severely impacts the readability of source code because it makes it too difficult to understand which block will catch which exception.