|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExceptionHandler
The IExceptionHandler
is the basic interface for an exception
handler that can be installed into the ExceptionUtil
.
Method Summary | |
---|---|
void |
handleException(java.lang.String message,
java.lang.Throwable t)
Handles the given Throwable. |
Method Detail |
---|
void handleException(java.lang.String message, java.lang.Throwable t)
message
- t
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |