質問編集履歴
1
throw new zisakuException()→throw new zisakuException(Errorteisuu.INPUT_EXCEPTION);
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
if(input.equals(""){
|
46
46
|
|
47
|
-
throw new zisakuException();
|
47
|
+
throw new zisakuException(Errorteisuu.INPUT_EXCEPTION);
|
48
48
|
|
49
49
|
}
|
50
50
|
|