|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Flamable
This interface describes the behaviour for classes that can handle unrecoverable errors and exceptions, thrown by child threads etc. The default behaviour of an implementation would be to notify the user of such an event and try to exit the program reasonably decent.
Method Summary | |
---|---|
void |
passHotPotato(Throwable aThrowable)
This method takes care of any unrecoverable exception or error, thrown by a child thread. |
void |
passHotPotato(Throwable aThrowable,
String aMessage)
This method takes care of any unrecoverable exception or error, thrown by a child thread. |
Method Detail |
---|
void passHotPotato(Throwable aThrowable)
aThrowable
- Throwable that represents the unrecoverable error or exception.void passHotPotato(Throwable aThrowable, String aMessage)
aThrowable
- Throwable that represents the unrecoverable error or exception.aMessage
- String with an extra message to display.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |