public interface ErrorLogger
Modifier and Type | Method and Description |
---|---|
void |
showException(java.lang.String message)
Show an error message.
|
void |
showException(java.lang.String message,
java.lang.Throwable e)
Show an exception, with a specific error message.
|
default void |
showException(java.lang.Throwable e)
Show an exception.
|
default void showException(java.lang.Throwable e)
e
- the exceptionvoid showException(java.lang.String message, java.lang.Throwable e)
message
- the error messagee
- the exceptionvoid showException(java.lang.String message)
message
- the error message