aicas logoJamaica 6.4 release 1

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

Method Summary
 void uncaughtException(Thread thread, Throwable exception)
          Handle an uncaught exception.
 

Method Detail

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 logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.