Uses of Class
de.h_da.library.BookNotFoundException

Packages that use BookNotFoundException
de.h_da.library.datamanagement.usecase   
 

Uses of BookNotFoundException in de.h_da.library.datamanagement.usecase
 

Methods in de.h_da.library.datamanagement.usecase that throw BookNotFoundException
 void BookManagement.addBooksOnStock(int bookId, int numberOfBooksOnStock)
          [command] Creates new BookOnStock objects for an existing Book.
 void BookManagement.modifyBook(Book book)
          [command] Modifies an already stored Book object.