Package org.analogweb
Interface ExceptionHandler
-
- All Superinterfaces:
Module
- All Known Implementing Classes:
DefaultExceptionHandler
public interface ExceptionHandler extends Module
HandleThrowable
that caused by invoking route method.- Author:
- snowgoose
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
handleException(Exception exception)
Handle causedThrowable
.
-
-
-
Method Detail
-
handleException
Object handleException(Exception exception)
- Parameters:
exception
-Exception
- Returns:
- Result of exception handling.(
Renderable
etc...)
-
-