Uses of Interface
org.dspace.importer.external.exception.SourceExceptionHandler
-
Packages that use SourceExceptionHandler Package Description org.dspace.importer.external.service.components Service components that are aggregated/used in theAbstractImportMetadataSourceServiceandImportService -
-
Uses of SourceExceptionHandler in org.dspace.importer.external.service.components
Fields in org.dspace.importer.external.service.components with type parameters of type SourceExceptionHandler Modifier and Type Field Description protected Map<Class,List<SourceExceptionHandler>>AbstractRemoteMetadataSource. exceptionHandlersMapMethods in org.dspace.importer.external.service.components that return types with arguments of type SourceExceptionHandler Modifier and Type Method Description protected List<SourceExceptionHandler>AbstractRemoteMetadataSource. getExceptionHandler(Exception exception)Retrieve a list of SourceExceptionHandler objects that have an instanceof the exception configured to them.
-