Exceptions

  1. The first exception example, exception thrown in main when no commandline arguments are given.

  2. Second Example, trowing exceptions in methods, including a finally. Make sure you know the order the print statements will execute.

  3. Another example