下面的代码是一个程序的一部分,如果给定的值超出了范围,它就会抛出一个IllegalArgumentException。the value is out of range in setTime(), the value given bellow in t1 is returned this.second = second; catch (IllegalArgume
我被告知,如果在矩阵中找不到字符,就抛出一个IllegalArgumentException,但每当我尝试这样做时,它都会显示方法调用预期。为什么会这样呢?public int findRow(char c) throws IllegalArgumentException for(int r = 0; r < getKeyTableif(getKeyTable()[r][col] == c) } retur