| 1. | Reexamining the checked exception orthodoxy 重新考察非检查型异常的正统观点 |
| 2. | Item 41 : avoid unnecessary use of checked exceptions 第41条:避免不必要的使用检查型异常。 |
| 3. | If the exception thrown were a checked exception such as 如果抛出的异常是检查过的异常(比如 |
| 4. | Some criticisms of checked exceptions 对于检查型异常的一些批评 |
| 5. | With checked exceptions , we have 对于检查型异常,我们有 |
| 6. | Position on checked exceptions 对于检查型异常的立场 |
| 7. | For example , consider checked exceptions independent of the java language 例如,思考检查到的异常与java语言是否无关。 |
| 8. | In other words , sun is telling us that checked exceptions should be the norm 换句话说, sun告诉我们检查型异常应该是准则。 |
| 9. | When the code that uses the resource doesn t throw checked exceptions 很容易忘记在使用资源的代码不抛出已检查的异常时使用 |
| 10. | But , in this example , we couldn t throw such a checked exception without violating the 接口,就不能抛出这样一个检查过的异常。 |