|
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 java.lang.Exception,X_OUT extends java.lang.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 java.lang.Exception
exception
- the exception being handled.
X_OUT extends java.lang.Exception
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |