CJCoding With Joseph
15per day

Read Exception Info

The method triggerError() throws an IllegalStateException with the message "Connection lost". In the catch block, print the exception class name using e.getClass().getSimpleName() followed by ": " and then e.getMessage().

Expected output: IllegalStateException: Connection lost

Expected Output:

IllegalStateException: Connection lost
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.