网站首页  词典首页

请输入您要查询的英文单词:

 

单词 checked exceptions
释义

checked exceptions

  • 网络异常;检查异常;检查违例
1.
异常
...常(RuntimeException)和检查 ) 异常( 异常(Checked Exceptions)两种 : ) ● 执行异常 继承于RuntimeException 继 …
wenku.baidu.com
2.
检查异常
Q:什么是检查异常checked exceptions)?A:先来看一下异常机制的一个鸟瞰: 异常类Exception又分为运行时异常(Runtime…
www.cnblogs.com
3.
检查违例
检查违例Checked Exceptions)和不检查违例(Unchecked Exceptions)在Exception 的子类中有一个非常重要的类:Runtim…
blog.csdn.net
4.
受检查异常
...方法能 产生其中的某个异常但是不能自己处理它,叫作受检查异常checked exceptions)。
wenku.baidu.com
5.
受检查例外
Q:什么是受检查例外checked exceptions)?
www.haogongju.net

例句

释义:
1.
It's also easy to forget to use finally when the code that uses the resource doesn't throw checked exceptions.
很容易忘记在使用资源的代码不抛出已检查的异常时使用finally。
www.ibm.com
2.
The bottom line is that checked exceptions are part of a method's signature for good reason.
总之,checked异常作为方法签名的一部分并非没有道理。
www.ibm.com
3.
Methods in the DAO interface should throw checked exceptions only if the caller can reasonably be expected to handle the exception.
只有在可以合理地预期调用者可以处理异常时,DAO接口中的方法才应该抛出检查过的异常。
www.ibm.com
4.
The code in Listing 2 ignores several possible types of checked exceptions thrown by the various reflection methods.
清单2中的代码忽略了不同反射方法抛出的多种可能选中的例外类型。
www.ibm.com
5.
Form to indicate to the compiler that it handles any checked exceptions inside of advice.
格式向编译器表明它在建议中处理了checked异常。
www-128.ibm.com
6.
Use checked exceptions to report errors that may occur, however rarely, under normal program operation.
使用需检查异常来报告可能发生但是在正常程序操作中很难发生的错误。
blog.sina.com.cn
7.
If checked exceptions caused an automatic rollback, the entire book order would be rolled back just because the e-mail server was down.
如果受控异常引起自动回滚,整个图书订单就会由于电子邮件服务器的关闭全部回滚。
www.ibm.com
8.
However, eliminating checked exceptions from the Java language would do nothing to bring us to that happy state.
但是,从Java语言中消除checked异常无助于我们实现那样的理想情况。
www.ibm.com
9.
Item 40: Use checked exceptions for recoverable conditions and runtime exceptions for programming errors.
第40条:为可恢复的条件使用检查型异常,为编程错误使用运行时异常。
www-128.ibm.com
10.
In other words, Sun is telling us that checked exceptions should be the norm.
换句话说,Sun告诉我们检查型异常应该是准则。
www-128.ibm.com
1.
Checked exceptions inherit from Exception class and are used to handle recoverable errors such as business error scenarios.
已检查异常继承自Exception类并用于处理可恢复性出错诸如业务出错场景。
www.infoq.com
2.
Will methods in the DAO's public interface throw checked exceptions?
DAO的公共接口中的方法是否抛出检查过的异常?
www.ibm.com
3.
If yes, what checked exceptions will be thrown?
如果是的话,抛出何种检查过的异常?
www.ibm.com
4.
Item 41: Avoid unnecessary use of checked exceptions.
第41条:避免不必要的使用检查型异常。
www-128.ibm.com
5.
For example, consider checked exceptions independent of the Java language.
例如,思考检查到的异常与Java语言是否无关。
www-128.ibm.com
6.
Use checked exceptions for recoverable conditions and run-time exceptions for programming errors
在可恢复的情况下抛出异常,程序错误使用运行时异常
blog.csdn.net
7.
Some criticisms of checked exceptions
对于检查型异常的一些批评
www-128.ibm.com
8.
Avoid unnecessary use of checked exceptions
避免不必要的使用检查的异常
blog.csdn.net
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/28 6:22:10