Uses of Class
com.biglybt.pif.utils.search.SearchException
Packages that use SearchException
Package
Description
-
Uses of SearchException in com.biglybt.core.content
Methods in com.biglybt.core.content that throw SearchExceptionModifier and TypeMethodDescriptionRelatedContentManager.searchRCM(Map<String, Object> search_parameters, SearchObserver observer) protected SearchInstanceRelatedContentSearcher.searchRCM(Map<String, Object> search_parameters, SearchObserver _observer) (package private) SearchInstanceRelatedContentManager.searchRCMSupport(Map<String, Object> search_parameters, SearchObserver observer) -
Uses of SearchException in com.biglybt.core.history.impl
Methods in com.biglybt.core.history.impl that throw SearchExceptionModifier and TypeMethodDescriptionDownloadHistoryManagerImpl.searchHistory(Map<String, Object> search_parameters, SearchObserver observer) -
Uses of SearchException in com.biglybt.core.metasearch.impl
Methods in com.biglybt.core.metasearch.impl with parameters of type SearchExceptionModifier and TypeMethodDescriptionprotected voidMetaSearchManagerImpl.SearchObject.failed(Engine engine, SearchException error) Methods in com.biglybt.core.metasearch.impl that throw SearchExceptionModifier and TypeMethodDescriptionprotected SearchMetaSearchManagerImpl.createSearch(long[] provider_ids, Map<String, String> properties, SearchListener listener) MetaSearchManagerImpl.createSearch(SearchProvider[] providers, Map<String, String> properties, SearchListener listener) MetaSearchManagerImpl.createSearch(String provider_ids, String properties_str) MetaSearchManagerImpl.engineInfo.search(Map<String, Object> search_parameters, SearchObserver observer) -
Uses of SearchException in com.biglybt.core.subs.impl
Methods in com.biglybt.core.subs.impl that throw SearchExceptionModifier and TypeMethodDescriptionSubscriptionManagerImpl.searchSubscriptions(Map<String, Object> search_parameters, SearchObserver observer) -
Uses of SearchException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw SearchExceptionModifier and TypeMethodDescriptionUtilities.getSearchInitiator()voidUtilities.registerSearchProvider(SearchProvider provider) voidUtilities.unregisterSearchProvider(SearchProvider provider) -
Uses of SearchException in com.biglybt.pif.utils.search
Methods in com.biglybt.pif.utils.search that return SearchExceptionMethods in com.biglybt.pif.utils.search that throw SearchExceptionModifier and TypeMethodDescriptionSearchInitiator.createSearch(SearchProvider[] providers, Map<String, String> properties, SearchListener listener) SearchInitiator.createSearch(String provider_ids, String properties) Convenience method for remote invocationSearchProvider.search(Map<String, Object> search_parameters, SearchObserver observer) -
Uses of SearchException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw SearchExceptionModifier and TypeMethodDescriptionUtilitiesImpl.getSearchInitiator()voidUtilitiesImpl.registerSearchProvider(SearchProvider provider) voidUtilitiesImpl.unregisterSearchProvider(SearchProvider provider)