org.apache.log

Class Hierarchy.InnerErrorHandler

Enclosing Class:
Hierarchy
Implemented Interfaces:
ErrorHandler

private class Hierarchy.InnerErrorHandler
extends java.lang.Object
implements ErrorHandler

Method Summary

void
error(String message, Throwable throwable, LogEvent event)
Log an unrecoverable error.

Method Details

error

public void error(String message,
                  Throwable throwable,
                  LogEvent event)
Log an unrecoverable error.
Specified by:
error in interface ErrorHandler
Parameters:
message - the error message
throwable - the exception associated with error (may be null)
event - the LogEvent that caused error, if any (may be null)