public interface Flamable
Modifier and Type | Method and Description |
---|---|
void |
passHotPotato(java.lang.Throwable aThrowable)
This method takes care of any unrecoverable exception or error, thrown by a child thread.
|
void |
passHotPotato(java.lang.Throwable aThrowable,
java.lang.String aMessage)
This method takes care of any unrecoverable exception or error, thrown by a child thread.
|
void passHotPotato(java.lang.Throwable aThrowable)
aThrowable
- Throwable that represents the unrecoverable error or exception.void passHotPotato(java.lang.Throwable aThrowable, java.lang.String aMessage)
aThrowable
- Throwable that represents the unrecoverable error or exception.aMessage
- String with an extra message to display.Copyright © 2013. All Rights Reserved.