Uses of Class
com.lyncode.xoai.dataprovider.exceptions.IdDoesNotExistException
-
Packages that use IdDoesNotExistException Package Description com.lyncode.xoai.dataprovider.data.internal com.lyncode.xoai.dataprovider.services.api -
-
Uses of IdDoesNotExistException in com.lyncode.xoai.dataprovider.data.internal
Methods in com.lyncode.xoai.dataprovider.data.internal that throw IdDoesNotExistException Modifier and Type Method Description ItemItemRepositoryHelper. getItem(String identifier) -
Uses of IdDoesNotExistException in com.lyncode.xoai.dataprovider.services.api
Methods in com.lyncode.xoai.dataprovider.services.api that throw IdDoesNotExistException Modifier and Type Method Description ItemItemRepository. getItem(String identifier)Gets an item from the data source.
-