} finally {
ScreenEventUtil.setEventName(rundata.getRequest(), null);
}
} else {
if (isScreenModuleRequired()) {
throw new ModuleNotFoundException("Could not find screen module: " + finder.moduleName);
}
}
} catch (ModuleLoaderException e) {
throw new WebxException("Failed to load screen module: " + finder.moduleName, e);
} catch (Exception e) {