Package org.apache.log
Class Hierarchy.InnerErrorHandler
- java.lang.Object
-
- org.apache.log.Hierarchy.InnerErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- Hierarchy
private class Hierarchy.InnerErrorHandler extends java.lang.Object implements ErrorHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InnerErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(java.lang.String message, java.lang.Throwable throwable, LogEvent event)
Log an unrecoverable error.
-
-
-
Method Detail
-
error
public void error(java.lang.String message, java.lang.Throwable throwable, LogEvent event)
Log an unrecoverable error.- Specified by:
error
in interfaceErrorHandler
- Parameters:
message
- the error messagethrowable
- the exception associated with error (may be null)event
- the LogEvent that caused error, if any (may be null)
-
-