public final class FatalExitExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
This guarantees that critical exceptions are not accidentally lost and leave the system running in an inconsistent state.
限定符和类型 | 字段和说明 |
---|---|
static int |
EXIT_CODE |
static FatalExitExceptionHandler |
INSTANCE |
构造器和说明 |
---|
FatalExitExceptionHandler() |
public static final FatalExitExceptionHandler INSTANCE
public static final int EXIT_CODE
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.