The question is: how does the standard exception handler intercept and handle exceptions? What keys can I use at startup to affect the standard exception handler?
Closed due to the fact that the essence of the question is not clear to the participants 0xdb , Roman C , gil9red , Sergey Gornostaev , Suvitruf ♦ 8 Mar at 8:33 .
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
- What kind of exceptions? - Roman C
- Is there no standard handler in Java? maybe I don’t even know. The error is processed in the try catch block. What could be different? - Tsyklop
- There are no keys for this case. Exception handling is always done in the same way, no options are provided. - rfq
|