if (expSbiSnapshots != null) {
logger.error("Error while importing exported snapshot with name [" + expSbiSnapshots.getName() + "] " +
"of biobject with label [" + obj.getLabel() + "]", e);
}
logger.error("Error while getting exported template objects ", e);
throw new EMFUserError(EMFErrorSeverity.ERROR, "8004", "component_impexp_messages");
} finally {
logger.debug("OUT");
}
}