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