質問編集履歴
1
throw new zisakuException()→throw new zisakuException(Errorteisuu.INPUT_EXCEPTION);
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
public static String user(String input) throws zisakuException {
|
22
22
|
|
23
23
|
if(input.equals(""){
|
24
|
-
throw new zisakuException();
|
24
|
+
throw new zisakuException(Errorteisuu.INPUT_EXCEPTION);
|
25
25
|
}
|
26
26
|
|
27
27
|
}
|