public interface ExceptionHandler
DefaultExceptionHandler,
Logger| Modifier and Type | Method and Description |
|---|---|
void |
handleException(int severity,
Object object,
String message,
Throwable throwable)
Handles the exception.
|
void |
logException(int severity,
Object object,
String message,
Throwable throwable)
Logs exception.
|
void handleException(int severity,
Object object,
String message,
Throwable throwable)
severity - the severityobject - the objectmessage - the messagethrowable - the throwablevoid logException(int severity,
Object object,
String message,
Throwable throwable)
severity - the severityobject - the objectmessage - the messagethrowable - the throwableCopyright © 2010-2020 Toolsverse. All Rights Reserved.