|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
X_IN - the type of exception being handled.X_OUT - the type of exception being (potentially) thrown. Use
NeverThrownRuntimeException if no exception will be thrown
by this handler.public interface IExceptionHandler<X_IN extends Exception,X_OUT extends Exception>
Interface for a exception handling routine.
| Method Summary | |
|---|---|
void |
handleException(X_IN exception)
Handle the provided exception. |
| Method Detail |
|---|
void handleException(X_IN exception)
throws X_OUT extends Exception
exception - the exception being handled.
X_OUT extends Exception
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||