Exception hierarchy in java

Posted by Abhishek Jain on Stack Overflow See other posts from Stack Overflow or by Abhishek Jain
Published on 2010-04-09T01:04:49Z Indexed on 2010/04/09 1:13 UTC
Read the original article Hit count: 510

Filed under:

As Error and Exception are subclass of throwable class, we can throw any error, runtime ex and other ex. Also we can catch any of these type.

Why do we usually catch only checked Exception?

Can somebody provide me good links for exception with examples?

© Stack Overflow or respective owner

Related posts about java