サンプル
public class
ClassA
{
public void
test () {
try
{
int
i = 0;
}
catch
(Exceptions e) {
}
}
}
ソリューション
catch
ブロックを持たないでください。例外を処理してください。