โ Back to Miscellaneous
Question 214
Read Exception Info
Read Exception Info
The methodtriggerError()throws anIllegalStateExceptionwith the message"Connection lost". In the catch block, print the exception class name usinge.getClass().getSimpleName()followed by": "and thene.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.