java.lang
Interface Thread.UncaughtExceptionHandler
- All Known Implementing Classes:
- ThreadGroup
- Enclosing class:
- Thread
public static interface Thread.UncaughtExceptionHandler
Interface for handler of uncaught exception.
- Since:
- 1.5
uncaughtException
void uncaughtException(Thread thread,
Throwable exception)
- Handle an uncaught exception.
- Parameters:
thread
- the thread that terminated without handling an
exception.exception
- the exception that caused termination of the
thread.
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.