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