"The only test of the utility of Knowledge, is its promoting the happiness of mankind." — Dr. STARK on Diet, p. 90.
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