lof exception in SimpleXPathMetadataContributor

This commit is contained in:
Pasquale Cavallo
2020-08-13 16:35:21 +02:00
parent 052e775bc5
commit 2ef44b1587

View File

@@ -166,7 +166,7 @@ public class SimpleXpathMetadatumContributor implements MetadataContributor<OMEl
} }
return values; return values;
} catch (JaxenException e) { } catch (JaxenException e) {
log.error(query); log.error(query, e);
throw new RuntimeException(e); throw new RuntimeException(e);
} }