Merge branch 'master' into v0.6.0

This commit is contained in:
Thomas Krijnen
2019-06-30 10:52:21 +02:00
@@ -175,6 +175,8 @@ ptree& format_entity_instance(IfcUtil::IfcBaseEntity* instance, ptree& child, pt
value = format_attribute(argument, argument_type, qualified_name); value = format_attribute(argument, argument_type, qualified_name);
} catch (const std::exception& e) { } catch (const std::exception& e) {
Logger::Error(e); Logger::Error(e);
} catch (const Standard_ConstructionError& e) {
Logger::Error(e.GetMessageString(), instance->entity);
} }
if (value) { if (value) {