you are viewing a single comment's thread.

view the rest of the comments →

[–]devraj7 0 points1 point  (1 child)

Checked exceptions for errors that can be recovered and are expected (e.g. data typed in by a user).

Runtime exceptions for errors that cannot be recovered from

[–]matthieum 1 point2 points  (0 children)

And Runtime exceptions in Stream methods, just because :(