#include <src/main/decaf/lang/Thread.h>
◆ ~UncaughtExceptionHandler()
| virtual decaf::lang::Thread::UncaughtExceptionHandler::~UncaughtExceptionHandler |
( |
| ) |
|
|
inlinevirtual |
◆ uncaughtException()
| virtual void decaf::lang::Thread::UncaughtExceptionHandler::uncaughtException |
( |
const Thread * | thread, |
|
|
const Throwable & | error ) |
|
pure virtual |
Method invoked when the given thread terminates due to the given uncaught exception.
This method is defined to indicate that it will not throw an exception, throwing and exception from this method will on most systems result in a segmentation fault.
The documentation for this class was generated from the following file: