1
  try {
      ...
  }  catch (SQLException sqle) {
      String theError = (sqle).getSQLState();
      ...
  }

用括号括起来有什么作用sqle?任何事物?

只是好奇。

4

1 回答 1

6

快速回复 - 没有。

更长的回复 - 它可能是内联演员的残留物:

((SomeMoreSpecificException)sqle).get...
于 2009-01-06T02:12:58.470 回答