2.4 Exception Handling

2.4 Develop code that makes use of exceptions and exception handling clauses (try, catch, finally), and declares methods and overriding methods that throw exceptions.

2.4.1 Code using the try/catch/finally block
2.4.2 Declaration of a method that throws an exception
2.4.3 Overriding methods that throw exceptions