mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
add exception to logger
This commit is contained in:
@@ -78,7 +78,7 @@ public class EndnoteImportMetadataSourceServiceImpl extends AbstractPlainMetadat
|
||||
lineForDebug++;
|
||||
}
|
||||
} catch (Exception e) {
|
||||
throw new FileSourceException("Error reading file");
|
||||
throw new FileSourceException("Error reading file", e);
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
Reference in New Issue
Block a user