final project q6

This commit is contained in:
2022-05-24 23:07:43 +08:00
parent 707750c9c8
commit 07ed06c619
9 changed files with 456 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
public class NotALenderException extends Exception {
public NotALenderException(String message) {
super(message);
}
}