Add overcooked reason, rename raw to undercooked

This commit is contained in:
Trophonix
2017-06-21 09:13:23 -05:00
parent a016415cfd
commit c69264a552
3 changed files with 19 additions and 7 deletions

View File

@@ -14,4 +14,7 @@ public class NotDeliciousException extends Exception {
this.notDeliciousReason = notDeliciousReason;
}
public NotDeliciousReason getReason() {
return notDeliciousReason;
}
}