Correct Answer: NumberFormatException
Explanation:
C is correct. 'Integer.parseInt' can throw a NumberFormatException, and IllegalArgumentException is its superclass