hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

Updated Remove and Add Method functions in ClassItem #50

Closed tharium closed 2 weeks ago

tharium commented 2 weeks ago

Added String returns to indicate success or failure in adding/removing methods, added precondition checks as well as stripping methodName to ensure valid input. Added exceptions to be thrown for invalid input (null or blank)