org.elasticsearch.common.inject.internal
Interface ErrorHandler


public interface ErrorHandler

Handles errors in the Injector.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 void handle(Message message)
          Handles a user-reported error.
 void handle(Object source, Errors errors)
          Handles an error.
 

Method Detail

handle

void handle(Object source,
            Errors errors)
Handles an error.


handle

void handle(Message message)
Handles a user-reported error.



Copyright © 2009-2012. All Rights Reserved.