public class DefaultErrorHandler extends java.lang.Object implements ErrorHandler
Constructor and Description |
---|
DefaultErrorHandler() |
public void error(java.lang.String message, java.lang.Throwable throwable, LogEvent event)
error
in interface ErrorHandler
message
- the error messagethrowable
- the exception associated with error (may be null)event
- the LogEvent that caused error, if any (may be null)