Log full stack trace if loading a QDN resource fails due to a DataException.

This commit is contained in:
CalDescent 2022-08-20 11:57:53 +01:00
parent 1694d4552e
commit ff96868bd9

View File

@ -170,6 +170,7 @@ public class ArbitraryDataReader {
this.validate(); this.validate();
} catch (DataException e) { } catch (DataException e) {
LOGGER.info("DataException when trying to load QDN resource", e);
this.deleteWorkingDirectory(); this.deleteWorkingDirectory();
throw new DataException(e.getMessage()); throw new DataException(e.getMessage());