|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Hurlable
For error reporting. Under some circumstances, you either can't or don't want to throw an exception. For example:
A Hurlable accepts a Throwable
and reports it in a suitable
manner. Typically this consists of logging it, and / or reporting it to
the user directly.
NB. Implementations MUST be MT-safe, unless they know by some other means that hurls will only be generated from a single thread.
Method Summary | |
---|---|
void |
hurl(java.lang.Throwable e)
Stuff Happened. |
Method Detail |
---|
void hurl(java.lang.Throwable e)
e
- That which happened.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |