If that is the case, a runtime error is raised.
如果的确如此,那么就会产生一个运行时错误。
This may result in the following runtime error.
这可能导致以下运行时错误。
Another thing, when I click to run, the error Runtime error 5.
另一件事,当我单击运行,在运行时错误错误5。
The advantage over using value comparisons is that you don't risk a runtime error.
这种方式较之使用值比较的优势在于不会有运行时错误的风险。
The program will run until it encounters a breakpoint or produces a runtime error.
程序在遇到断点或发生运行时错误时将停止运行。
If you get a JDBC Driver runtime error (Figure 21) during this process, do the following.
如果在这个过程的运行期间JDBCDriver出现了错误(图21),按照下面步骤进行。
This demonstrates that we can return a fault object even if a true runtime error didn't occur.
这显示出,即便未发生真正的运行时错误,我们也可以返回一个fault对象。
There is no guarantee that the service can handle data that is not valid, so a runtime error can occur.
这不能保证服务可以处理无效数据,因此将出现一个运行时错误。
New keywords may have been added to them that are not in the translation, resulting in a runtime error.
可能向它们添加了翻译中没有的新关键字,这会导致运行时错误。
Notice that only the last one causes a runtime error; the other three are legal, but they do the wrong thing.
要注意只有最后一个会引起运行错误,其他的三个都是合法的,但产生错误的效果。
The second type of error is a runtime error, so called because the error does not appear until you run the program.
第二类错误是运行时错误,之所以称为运行时错误,是因为只有你运行了程序,错误才可能出现。
The reason for this change is that if you try to redirect the browser, you get the the runtime error that Listing 18 shows.
之所以作这样的改变,是因为如果您重定向浏览器,将会遇到列表18所示的运行时错误。
In such a case, passing on an Order ID, which does not conform to these standards, will obviously result in a runtime error.
在这种情况下,传递一个OrderID,这不符合标准,将会生成一个运行时错误。
A recursion that doesn't have a base case, or never reaches it. Eventually, an infinite recursion causes a runtime error.
无穷递归:一个没有基准条件的递归,或者永远无法达到基准条件的递归。一般无穷递归总会引起运行错误。
At worst, the EAR file will build and install successfully, but you will get some obscure runtime error that will take you days to debug.
在最坏的情况下,将成功地构建和安装EAR文件,但是您将碰到某个模糊的运行时(runtime)错误,这将使您花费数天的时间来调试。
If your code passes the wrong element to the method, the code compiles fine, but might raise a runtime error or silently return no results.
如果代码给方法传递错误的元素,那么尽管代码将编绎良好,但可能会导致运行时错误或者不返回任何结果。
When a syntax or runtime error occurs, the error message contains a lot of information, but it can be overwhelming. The most useful parts are usually.
当语法错误或者运行错误出现的时候,错误信息会包含很多有用的信息,不过信息量太大,太繁杂。最有用的也就下面这两类。
When a solid regression suite is present for testing the application, incorporating a runtime error detection tool such as Purify in it is a smart thing to do.
在测试应用程序时存在稳定的回归测试时,引入类似Purify的运行时错误检查工具就是比较明智的事情。
This paper introduces the methods, tools and practice of software white-box testing, including software static analysis, coverage testing and runtime error checking.
主要介绍了进行软件白盒测试,包括静态测试分析、覆盖测试分析、运行时错误检测的方法、工具及实践。
In order for the command-line compiler to find the runtime error with -f, you must compile the program with all the same command-line parameters you used the first time you compiled it.
为了命令行编译器能用- F选项查找运行期间错误,你必须传递与第一次编译时相同的指令列表。
Sometimes, however, the JAXB compiler seems to be overly clever in guessing which classes deserve this annotation. If that is the case, the following runtime error message will be displayed.
但是,有时候JAXB编译器在猜测哪些类应该有这个注解时似乎过分聪明了。
You can throw any kind of exception you like - checked, runtime, or error - as long as the method signature supports it.
可以抛出您需要的任何类型的异常(已检查、运行时或错误),只要方法签名支持它即可。
However, this can lead to complex error scenarios and hard to resolve performance issues at runtime that cannot be foreseen by operations people.
不过,这在运行时可导致操作人员无法预见的复杂错误场景和难以解决的性能问题。
Visual error detection is just the first stage of runtime analysis.
可见的错误检测仅仅是运行时分析的第一步。
These runtime exceptions display the stack trace, so that you can easily find the root cause of the error.
这些运行时异常会显示堆栈跟踪,可以帮助开发人员轻松地找到错误的根源。
These modeling modes expose technical details that apply only to the target platform, plus provide an extra level of error checking to ensure that the exported model is correct for the target runtime.
这些建模模式公开仅应用于目标平台的技术详细信息,并提供额外级别的错误检查,以确保导出的模型适用于目标运行时。
Many runtime exceptions to improve common error handling and debugging abilities.
许多运行时异常,用来改进常见的错误处理和调试。
Let's begin with examples of how to use the Runtime Spy to diagnose and correct a startup coding error.
让我们以一个如何使用RuntimeSpy来诊断和纠正启动代码错误的例子来开始。
Because we now live in the world of OSGi and dynamic runtimes, we want to make sure our plug-in can run without causing a runtime crash or error.
因为我们现在生活在OSGi和动态运行时世界,所以我们想确保插件在不引起运行时故障或错误的情况下运行。
Obviously, this would only be desirable during development — at runtime it would be preferable to log this failure to a log4j error stream or something equally less distracting to the user.
很明显,只有在开发过程中这样做才是理想的——在运行时最好将这个错误记录到log4j错误流中,或者记录到不会影响用户的类似内容中。
应用推荐