public class Catch {
public static void main(String[] args){          }
          void k(int i) throws ArithmeticException {
if( i == 0 ) {
throw new ArithmeticException("fuck"); }
}}这里 void k(int i) 的 k , i出现红色下划线是怎么回事,怎么改