throw error;
}
String presentationHandler = event.getHandler();
SpagoBITracer.debug(SpagoBIConstants.NAME_MODULE, this.getClass().getName(), "getDetailEventLog", "The presentation hanlder for event with id = " + idStr + " is : " + presentationHandler);
Class presentationHandlerClass = Class.forName(presentationHandler);
IEventPresentationHandler eventPresentationHanlder = (IEventPresentationHandler) presentationHandlerClass.newInstance();
eventPresentationHanlder.loadEventInfo(event, response);
} catch (EMFUserError error) {
throw error;
} catch (Exception ex) {
SpagoBITracer.major(AdmintoolsConstants.NAME_MODULE, this.getClass().getName(), "getDetailEventLog", "Cannot fill response container", ex);
HashMap params = new HashMap();