@Deprecated public class WebExceptionHandler extends Object implements ExceptionHandler
| Constructor and Description |
|---|
WebExceptionHandler(String propertiesFile,
@NotNull ExceptionHandler fallBack)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
on(@NotNull org.slf4j.Logger logger,
@Nullable String message,
@Nullable Throwable t)
Deprecated.
Handles an exception occurred with a specific logger, message and throwable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefaultHandler, ignoresEverything, isEnabled, on, on, on, onpublic WebExceptionHandler(String propertiesFile, @NotNull @NotNull ExceptionHandler fallBack)
public void on(@NotNull
@NotNull org.slf4j.Logger logger,
@Nullable
@Nullable String message,
@Nullable
@Nullable Throwable t)
ExceptionHandleron in interface ExceptionHandlerlogger - the logger instance to log the error. Must not be null.message - a custom message detailing the error, or null.t - the throwable instance representing the error, or null.Copyright © 2023. All rights reserved.