public class LoggingExceptionHandler extends Object implements ExceptionHandler
| Constructor and Description |
|---|
LoggingExceptionHandler() |
LoggingExceptionHandler(boolean includeStackTrace) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(Throwable exception,
ExceptionContext context) |
boolean |
isIncludeStackTrace() |
void |
setIncludeStackTrace(boolean includeStackTrace) |
public LoggingExceptionHandler(boolean includeStackTrace)
public LoggingExceptionHandler()
public boolean isIncludeStackTrace()
public void setIncludeStackTrace(boolean includeStackTrace)
public void handleException(Throwable exception, ExceptionContext context)
handleException in interface ExceptionHandlerCopyright © 2016–2021 Softelnet. All rights reserved.