org.apache.hivemind.impl
Class ErrorLogImpl

java.lang.Object
  extended by org.apache.hivemind.impl.ErrorLogImpl
All Implemented Interfaces:
ErrorLog

public class ErrorLogImpl
extends java.lang.Object
implements ErrorLog

Since:
1.1
Author:
Howard M. Lewis Ship

Constructor Summary
ErrorLogImpl(ErrorHandler errorHandler, org.apache.commons.logging.Log log)
           
 
Method Summary
 void error(java.lang.String message, Location location, java.lang.Throwable cause)
          Invokes ErrorHandler.error(Log, String, Location, Throwable).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorLogImpl

public ErrorLogImpl(ErrorHandler errorHandler,
                    org.apache.commons.logging.Log log)
Method Detail

error

public void error(java.lang.String message,
                  Location location,
                  java.lang.Throwable cause)
Description copied from interface: ErrorLog
Invokes ErrorHandler.error(Log, String, Location, Throwable).

Specified by:
error in interface ErrorLog