CPSC170A
Fundamentals of Computer Science II

Lab 29

Exceptions

Hash Map Exception

Modify the HashMap’s at function so that when the user attempts to get a value with a key that is not in the map, the function throws an exception.