softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
2 stars 2 forks source link

Use checked exception for dataaccessexception #325

Closed pawlh closed 2 months ago

pawlh commented 2 months ago

What is this?

As @frozenfrank pointed out previously, in a major lapse of judgement I made DataAccessException a non-checked exception. This lack of foresight on my part has come back to bite one too many times, so this PR fixes that. Unfortunately the fix is by necessity massive in breadth