jackjackrene / SAD_Pi

4 stars 1 forks source link

Implement Argument Exception Handling in MissileLauncher class #47

Closed jadmr closed 9 years ago

jadmr commented 9 years ago

Wrap a try-catch block statement in the wrapper class to catch MissileLauncher exceptions, to ensure the program continues running in the event of an invalid Move() and MoveBy() parameter

jadmr commented 9 years ago

Implemented