Uses of Class
uk.org.ury.common.library.exceptions.EmptySearchException

Packages that use EmptySearchException
uk.org.ury.common.library   
uk.org.ury.frontend.modules.library   
 

Uses of EmptySearchException in uk.org.ury.common.library
 

Methods in uk.org.ury.common.library that throw EmptySearchException
static java.util.List<LibraryItem> LibraryUtils.search(DatabaseDriver db, java.lang.String search)
          Performs a library search.
 

Uses of EmptySearchException in uk.org.ury.frontend.modules.library
 

Methods in uk.org.ury.frontend.modules.library that throw EmptySearchException
 void LibraryViewer.doSearch(java.lang.String search)
          Does a library search.