Package com.google.inject.internal
Interface ErrorHandler
-
interface ErrorHandlerHandles errors in the Injector.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(Message message)Handles a user-reported error.voidhandle(java.lang.Object source, Errors errors)Handles an error.
-