Package com.microej.kernel.green
Class KernelUncaughtExceptionHandler
- java.lang.Object
-
- com.microej.kernel.green.KernelUncaughtExceptionHandler
-
- All Implemented Interfaces:
java.lang.Thread.UncaughtExceptionHandler
public class KernelUncaughtExceptionHandler extends java.lang.Object implements java.lang.Thread.UncaughtExceptionHandler
Handles uncaught exceptions and manages the lifecycle of applications causing them.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
KernelUncaughtExceptionHandler.RemoveAppTask
-
Constructor Summary
Constructors Constructor Description KernelUncaughtExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
uncaughtException(java.lang.Thread thread, java.lang.Throwable error)
-