Java Multi-Threading 25: Exception handling for thread and thread groups

Source: Internet
Author: User
Tags try catch


An exception occurred in the thread


from the above code can be seen to handle the exception of the thread two ways to set exceptions 1. Global exception, also static exception, is a static method, class. Setdefaultuncaughtexceptionhandler () 2. Objects, like the exception set for a single thread, object. Set Uncaughtexceptionhandler ()
PS: If the range try catch is manually online, then you will not be able to enter the above two types of exceptions that you set .





Thread Group Exception




from the above code can be seen to handle the exception of the thread group
inheriting Threadgroup overriding uncaughtexception methods

Java Multi-Threading 25: Exception handling for thread and thread groups

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.