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