public class DefaultErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
DefaultErrorHandler() |
public void error(String message, Throwable throwable, LogEvent event)
error in interface ErrorHandlermessage - the error messagethrowable - the exception associated with error (may be null)event - the LogEvent that caused error, if any (may be null)Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.