← Back to Miscellaneous
Question 213
Catch Any Exception
Catch Any Exception
The try block parses the input as an integer and accesses that index of"Java". Either operation may throw an exception. Add a single catch block that usesException(the parent type) to catch any error, and print"Something went wrong". ⚠️ AUTO-INPUT MODE: The input stream will automatically contain'bad\n'.
Expected Output:
Something went wrong
Topics:
Miscellaneous
Code Editor
1
Tab to indent · Ctrl+Enter to run · Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.