History history = injector.getHistory();
history.addValueChangeHandler(injector
.getHistoryEventHandlerService());
Log.info("=========== now firing current history state =========== ");
history.fireCurrentHistoryState();
exceptionHandler.setAppPresenter(appPresenter);
exceptionHandler.setTargetContentsPresenter(injector
.getTargetContentsPresenter());