Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 327 Bytes

File metadata and controls

9 lines (6 loc) · 327 Bytes

Exceptions II

Perhaps unsurprisingly, RuntimeException is not the only kind of exception that can be thrown.

There is a huge variety of exception types out there, but the most important thing to understand is the distinction between checked and unchecked exceptions.