【发布时间】:2014-11-21 21:35:55
【问题描述】:
class Exception3
{
public static void main(String[] args)
{
if (Integer.parseInt(args[0]) == 0)
throw new Exception("Invalid Command Line Argument");
}
}
*错误涉及 OutOfBoundsException
【问题讨论】:
-
什么是编译器错误?您所说的异常处理程序是指使用 try、catch 语句吗?
标签: user-interface actionlistener settext