Menu

[solved] – Question 75989

This week we will be working with throwing our exceptions and using try and catch blocks.

———————————–

Throwing the Exceptions:

LotFullException: Adjust both of ParkingLot’s park() methods to throw this exception instead of returning false if the ParkingLot is full and your Auto/Bicycle cannot be parked.

VehicleMissingException: Adjust ParkingLot’s find() method to throw this exception instead of return null if the target vehicle is unable to be found inside the ParkingLot

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *