public class WebExceptionHandler extends Object implements ExceptionHandler
Constructor and Description |
---|
WebExceptionHandler(String propertiesFile,
@NotNull ExceptionHandler fallBack) |
Modifier and Type | Method and Description |
---|---|
void |
on(@NotNull Class clazz,
@Nullable String message,
@NotNull Throwable t)
A method to call when an exception occurs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isEnabled, on, on
public WebExceptionHandler(String propertiesFile, @NotNull @NotNull ExceptionHandler fallBack)
public void on(@NotNull @NotNull Class clazz, @Nullable @Nullable String message, @NotNull @NotNull Throwable t)
ExceptionHandler
on
in interface ExceptionHandler
clazz
- the error is associated with, e.g. the one in which it was caughtmessage
- any message associated with the error, or empty String.t
- any Throwable caught, or null if there was no exception.Copyright © 2020. All rights reserved.