This task puzzled me for a while. You need to... In the handleExceptions method, handle all unchecked exceptions. You can only use one try-catch block. If you're stuck, know that NullPointerException, IndexOutOfBoundsException and NumberFormatException are all subclasses of RuntimeException.