質問編集履歴

1

throw new zisakuException()→throw new zisakuException(Errorteisuu.INPUT_EXCEPTION);

2019/08/20 12:00

投稿

退会済みユーザー
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