|
|
От: | Аноним | |
| Дата: | 29.03.05 14:13 | ||
| Оценка: | |||
D:\source\first\src\java\first.java:183: exception java.sql.SQLException is never thrown in body of corresponding try statementprotected void SomeFunction(PrintWriter out, HttpServletRequest request, Statement statement)
throws ServletException, IOException
{
try
{
}catch (SQLException e) //Подчеркивается вот эта ерундень
{
out.println("<br>DRAWTABLE - ERROR SQLException ");
out.println(e.getMessage());
}
}