Is there an unhandled exception handler in Java?

前端 未结 5 1896
温柔的废话
温柔的废话 2020-12-03 08:00

If i remember correctly in .NET one can register \"global\" handlers for unhandled exceptions. I am wondering if there is something similar for Java.

5条回答
  •  旧巷少年郎
    2020-12-03 08:27

    Yes

    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.UncaughtExceptionHandler.html

提交回复
热议问题