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, waitshowExceptionpublic void showException(java.lang.String message,
java.lang.Throwable e)
showException in interface ErrorLoggermessage - the error messagee - the exceptionpublic void showException(java.lang.String message)
showException in interface ErrorLoggermessage - the error message