org.apache.log

Interface ErrorAware

public interface ErrorAware

Interface implemented by components that wish to delegate ErrorHandling to an ErrorHandler.

Author: Peter Donald

Method Summary
voidsetErrorHandler(ErrorHandler errorHandler)
Provide component with ErrorHandler.

Method Detail

setErrorHandler

public void setErrorHandler(ErrorHandler errorHandler)
Provide component with ErrorHandler.

Parameters: errorHandler the errorHandler