Lesson 15 - Activity 3 - What other exceptions are there?

Time: 15 minutes

Purpose: This activity helps you get familiar with other exceptions

Introduction: You’re had experience using a few exceptions, but there are others

Task: Here are some examples of exception types – Google them, and read about them,

  • ArithmeticException
  • ArrayIndexOutOfBoundsException
  • ClassNotFoundException
  • FileNotFoundException
  • IOException
  • InterruptedException
  • NoSuchFieldException
  • NoSuchMethodException
  • NullPointerException
  • NumberFormatException
  • RuntimeException
  • StringIndexOutOfBoundsException