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 Object
- implements ErrorHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hierarchy.InnerErrorHandler
private Hierarchy.InnerErrorHandler()
error
public void error(String message,
Throwable throwable,
LogEvent event)
- Log an unrecoverable error.
- Specified by:
error
in interface ErrorHandler
- Parameters:
message
- 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.