CHECKED EXCEPTIONS 中文是什么意思 - 中文翻译

[tʃekt ik'sepʃnz]
[tʃekt ik'sepʃnz]
检查异常
checked exception

在 英语 中使用 Checked exceptions 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
There are no checked exceptions on Kolin.
Kotlin中没有异常检查
Bruce Eckel for Does Java need Checked Exceptions?
BruceEckel在java需要异常检查吗?
Java supports checked exceptions(along with unchecked exceptions)..
Java支持检查异常(checkedexception)。
Overloaded methods CAN declare new or broader checked exceptions.
被重载的方法可以声明新的或更广的检查异常.
Some have argued that checked exceptions in the Java language are an experiment that failed.
有人争论到,在Java语言中的异常检查已是一场失败的试验。
Overloaded methods CAN declare new or broader checked exceptions.
D、被重载的方法可以声明新的或者更广的检查异常
On the other hand, checked exceptions must be declared in a method or a constructor's throws clause.
检查异常必须在方法或构造器的throws子句中声明。
The exception is the parent class of all checked exceptions.
Exception是所有被检查的异常的父类。
Checked exceptions can encourage good programming practice, ensuring that all errors are dealt with.
检查异常可以有助于良好的编程习惯,以确保所有的错误都得到处理。
Today, everyone agrees that checked exceptions were a mistake.
如今大家都认为检查异常是个错误。
Checked exceptions: Exceptions that inherit from the Exception class are.
Checkedexception:继承自Exception类是checkedexception。
Today, everyone agrees that checked exceptions were a mistake.
如今,每个人都同意检查异常是一个错误。
Checked exceptions that are thrown from a transactional method do not result in rollback in the default configuration.
从transactional方法抛出的已检查exceptions不会导致默认configuration中的回滚。
A method must declare all the checked exceptions that it might throw.
定义方法时必须声明所有可能会抛出的checkedexception;.
As we have mentioned in our previous blog post, it's a shame that lambda expressions didnot find a lean way to work around checked exceptions.
就像我们在之前的博文里提到的一样,lambda表达式没有一个简洁的方式来处理被检查异常实在是一大憾事。
Java has two types of exceptions: checked exceptions and unchecked exceptions.
Java中的两种异常(Checkedexceptions和Uncheckedexceptions).
Checked exceptions: the checked exception is the exception that is usually a user error or a problem that the programmer cannot be seen.
检查异常:检查异常是一个例外,通常是用户错误或不能由程序员不可预见的问题。
Besides that, some built-in classes don't allow any checked exceptions to be thrown, like Runnable. run().
除此之外,一些内置的类不允许抛出任何需检查的异常,比如说Runnable.run()。
Checked Exceptions- A checked exception is an exception that is typically a user error or a problem that cannot be foreseen by the programmer.
检查异常:检查异常是一个例外,通常是用户错误或不能由程序员不可预见的问题。
If you're still using or advocating checked exceptions, then I'm afraid your skill set is 5 to 10 years out of date.
如果你还在使用或者提倡使用可检查异常,那么你恐怕已经落伍5到10年了。
Checked exceptions force the programmer to either declare the exception thrown in a method, or to catch the thrown exception using a try-catch clause.
检查异常强制程序员要么在方法中声明一个异常抛出,要么用try-catch来捕获异常。
There is no checked exception in Kotlin.
Kotlin中没有异常检查
That's why InterruptedException is a checked exception.
这就是为什么InterruptedException是受检查异常
If a method does not handle a checked exception, the method must declare it using the throws keyword.
如果一个方法不处理检查异常,该方法必须使用关键字throws声明它。
Most machine check exceptions halt the operating system and require a restart before users can continue normal operation.
大多数机器检查异常需要重启系统才能继续为用户正常运行。
Such as IOExCeption, SQLException,and user defined Exception exceptions do not customize checking exceptions in general.
如IOException、SQLException等以及用户自定义的Exception异常,一般情况下不自定义检查异常
Modern versions of Microsoft Windows handle machine check exceptions through the Windows Hardware Error Architecture.
现代版本的MicrosoftWindows通过Windows硬件错误架构(英语:WindowsHardwareErrorArchitecture)处理机器检查异常
A checked exception indicates an expected problem that can occur during normal system operation.
检查的异常表示在正常系统操作期间可能发生的预期问题。
If a method does not handle a checked exception, the method must declare it using the throws keyword.
如果一个方法不能处理检测异常,那么该方法必须用关键字throws来声明。
A Machine Check Exception(MCE) is a type of computer hardware error that occurs when a computer's central processing unit detects a hardware problem.
机器检查异常(MachineCheckException,MCE)是计算机的中央处理单元检测到一个硬件问题发生的计算机硬件错误。
结果: 102, 时间: 0.0285

单词翻译

顶级字典查询

英语 - 中文