gzdwsu / RaiderSMA

Murphy's Wrestling Tournament Manager. Design of Info Tech Sys. Secondary Project.
1 stars 17 forks source link

Error handling (Claimed) #10

Open davis1206 opened 4 years ago

davis1206 commented 4 years ago

Location: src/wrestlingtournamentcli/Main.java src/wrestlingtournamentcli/Model.java

Deficiency: After viewing a list of available commands through the HELP command, using some of listed commands without parameters yield an error message "Error: Command Not Found." This falls under improper error handling.

Purpose: Resolving the improper use of error handling will give users a knowledgeable understanding on how to run the program as well as cleaning the code.

Completion Criteria: Error messages will not yield false information. Inputting invalid arguments will yield command details on how to run the command, including examples of using the command. Unnecessary classes under src/wrestlingtournamentcli will be terminated if error handling is handled in src/wrestlingtournamentcli/Main.java.

davis1206 commented 4 years ago

I, Brandon Davis, claim this issue for either a current or future project. Currently, there are no other issues regarding this issue in src/wrestlingtournamentcli/Main.java or src/wrestlingtournamentcli/Model.java.