private static class ConfigurationApp.UncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
_reserve
Speicherreserve, die freigegeben wird, wenn ein Error auftritt, damit die Ausgaben nach einem OutOfMemoryError funktionieren
|
| Modifier | Constructor and Description |
|---|---|
private |
ConfigurationApp.UncaughtExceptionHandler() |
private volatile byte[] _reserve
private ConfigurationApp.UncaughtExceptionHandler()
public void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandler