public final class XTCEViewerUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
uncaughtException(Thread id,
Throwable ex)
Method that is called by Java when no exception handler is defined.
|
public void uncaughtException(Thread id, Throwable ex)
uncaughtException in interface Thread.UncaughtExceptionHandlerid - Thread that generated the exception, not otherwise used here.ex - Throwable base class for all Java exceptions, which is used
to extract any kind of useful error message that might be there.Copyright © 2015–2019. All rights reserved.