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