public
interfaceThreadHelpers.UncaughtExceptionHandler
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Not specified.
Abstraction of the exception handler which receives notifications of
exceptions occurred possibly in various parts of the system. Exception
handlers present attractive approach to exception handling in multi-threaded
systems, as they can handle exceptions that occurred in different threads.
This class is analogous to Thread.UncaughtExceptionHandler in J2SE 5.0.
Obviously you cannot use it the same way, e.g. you cannot assign the
handler to the thread so that it is invoked when thread terminates.
However, it can be emulated .
This class is analogous to Thread.UncaughtExceptionHandler in J2SE 5.0. Obviously you cannot use it the same way, e.g. you cannot assign the handler to the thread so that it is invoked when thread terminates. However, it can be emulated .