public class DefaultErrorLogger extends java.lang.Object implements ErrorLogger
Constructor and Description |
---|
DefaultErrorLogger() |
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 this exception, with a specific error message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
showException
public void showException(java.lang.String message, java.lang.Throwable e)
showException
in interface ErrorLogger
message
- the error messagee
- the exceptionpublic void showException(java.lang.String message)
showException
in interface ErrorLogger
message
- the error message