|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThrowableHandler<T extends Throwable>
Interface that is implemented by classes that handle exceptions via callbacks. This is useful during operations that can throw more than one exception during an operation. Even more, when these exceptions eventually are more or less recoverable.
Method Summary | |
---|---|
void |
handleThrowable(T t)
Handle a Throwable. |
Method Detail |
---|
void handleThrowable(T t)
t
- Throwable to handle
|
JAPI Yet another Java API API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |