public class DefaultExceptionHandler extends Object implements ExceptionHandler, ModulesAware
ExceptionHandler implementation.| Constructor and Description |
|---|
DefaultExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose all the states.
|
protected List<ExceptionMapper> |
getExceptionMappers() |
Object |
handleException(Exception exception)
Handle caused
Throwable. |
protected Object |
internalServerError(Exception e) |
protected void |
logThrowable(Exception exception) |
void |
setModules(Modules modules) |
protected Object |
verifyCause(Exception exception) |
protected Object |
verifyException(Throwable exception) |
protected static final Log log
public Object handleException(Exception exception)
ExceptionHandlerhandleException in interface ExceptionHandlerexception - ExceptionRenderable etc...)protected List<ExceptionMapper> getExceptionMappers()
protected void logThrowable(Exception exception)
public void dispose()
Disposabledispose in interface Disposablepublic void setModules(Modules modules)
setModules in interface ModulesAwareCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.