| java.lang.Object com.tc.lang.ThrowableHandler
ThrowableHandler | public class ThrowableHandler (Code) | | Handle throwables appropriately by printing messages to the logger, etc. Deal with
nasty problems that can occur as the VM shuts down.
|
ThrowableHandler | public ThrowableHandler(TCLogger logger)(Code) | | Construct a new ThrowableHandler with a logger
Parameters: logger - Logger |
handleThrowable | public void handleThrowable(Thread thread, Throwable t)(Code) | | Handle throwable occurring on thread
Parameters: thread - Thread receiving Throwable Parameters: t - Throwable |
|
|