The address-book-v3t project includes some throwing of unchecked exceptions if parameter values are null. The project source code also includes the checked exception class NoMatchingDetailsException, which is currently unused. Modify the removeDetails method of AddressBook so that it throws this exception if its key parameter is not a key that is in use. Add an exception handler to the remove method of AddressBookTextInterface to catch and report occurrences of this exception.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.