Thomas Hauck wrote:. . . List of Checked and Unchecked Exceptions in Java
Unfortunately, that list is only short, and the explanations aren't always very good. It misses out the commonest checked exceptions, e.g.
this, and
this. Also some of the descriptions make me wonder whether the writer has ever used that exception:-
That List wrote:17. UnsupportedOperationException: An unsupported operation was encountered.
The definition of checked exceptions and unchecked exceptions is to be found in the
Java® Language Specification (=JLS), which confirms that Anayonkar Shivalkar was correct, but the class RuntimeException must be high in the list of most confusing class names ever.
If a link tells us that a
class was new in Java5, I am going to think the list is oiut of date. Java5 was nearly fifteen years ago.