急!急啊,大家行行好,帮帮忙!
我写的一个java文件,里面编写了一个方法:
public boolean next()
throws DB
ConnectException,
SQLException {
return rs.next();
Exception exception;
exception;
close();
System.err.println( "next error: " + exception.getMessage());
throw new DBConnectException( " <h5> \u3010Database Query Failed! Are you sure you have done executeQuery?\u3011 </h5> ErrorInfo\uFF1A " + exception);
}
当我编译这个文件时,指出下面两句有错误: Exception exception;
exception;
错误提示是:not a statement at line373(373:9).
请问是不是我写的那两句有错误或是其它什么问题!谢谢
------解决方案--------------------我曰
------解决方案--------------------看不懂楼主的程序。。。。。。
------解决方案--------------------你写的这段代码思路,逻辑,语法都不清楚.看看基础的知识吧