Uses of Class
com.lyncode.xoai.dataprovider.exceptions.HandlerException
-
Packages that use HandlerException Package Description com.lyncode.xoai.dataprovider.exceptions com.lyncode.xoai.dataprovider.handlers -
-
Uses of HandlerException in com.lyncode.xoai.dataprovider.exceptions
Subclasses of HandlerException in com.lyncode.xoai.dataprovider.exceptions Modifier and Type Class Description classBadArgumentExceptionclassBadResumptionTokenclassCannotDisseminateFormatExceptionclassCannotDisseminateRecordExceptionclassDoesNotSupportSetsExceptionclassDuplicateDefinitionException"classIdDoesNotExistExceptionclassIllegalVerbExceptionclassNoMatchesExceptionclassNoMetadataFormatsExceptionclassUnknownParameterException" -
Uses of HandlerException in com.lyncode.xoai.dataprovider.handlers
Methods in com.lyncode.xoai.dataprovider.handlers with parameters of type HandlerException Modifier and Type Method Description OAIPMHerrorTypeErrorHandler. handle(HandlerException ex)Methods in com.lyncode.xoai.dataprovider.handlers that throw HandlerException Modifier and Type Method Description GetRecordTypeGetRecordHandler. handle(OAIParameters parameters)IdentifyTypeIdentifyHandler. handle(OAIParameters params)ListIdentifiersTypeListIdentifiersHandler. handle(OAIParameters parameters)ListMetadataFormatsTypeListMetadataFormatsHandler. handle(OAIParameters params)ListRecordsTypeListRecordsHandler. handle(OAIParameters parameters)ListSetsTypeListSetsHandler. handle(OAIParameters params)abstract TVerbHandler. handle(OAIParameters params)
-