Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind
Interface ErrorLog  view ErrorLog download ErrorLog.java


public interface ErrorLog

A wrapper around ErrorHandler and org.apache.commons.logging.Logfor the most common case: reporting recoverable errors. The point is that most services can use a single property of type ErrorLog, rather than a pair of properties (ErrorHandler and Log).

Since:
1.1

Method Summary
 void error(java.lang.String message, Location location, java.lang.Throwable cause)
          Invokes ErrorHandler.error(Log, String, Location, Throwable) 55 .
 

Method Detail

error

public void error(java.lang.String message,
                  Location location,
                  java.lang.Throwable cause)
Invokes ErrorHandler.error(Log, String, Location, Throwable) 55 .