public class SwingUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
Constructor and Description |
---|
SwingUncaughtExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
register() |
void |
uncaughtException(Thread t,
Throwable e) |
public static void register()
public void uncaughtException(Thread t, Throwable e)
uncaughtException
in interface Thread.UncaughtExceptionHandler
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.