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