Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+5 votes

I was wondering where groups are using exceptions or planning to use exceptions in their code?

asked in CSC305 Fall 2020 by (1 point)

3 Answers

+4 votes

We are using exceptions to handle the time lag after the car is hacked more of a try-catch error that has been implemented

answered by (1 point)
+3 votes

We are loading our car images from a url so we were thinking of using a try/catch block to make sure the images load correctly either from a file or a url and catching if the image is unavailable

answered by (1 point)
+3 votes

When we are loading the images and maybe the placement of the cars on the road

answered by (1 point)
...