What is the output when a NumberFormatException occurs while parsing a string to an integer?
The program crashes without any message
The string "NumberFormatException" is printed
A default error message from the Java runtime
A custom error message specified in the catch block