Branch out of exception handler block.
从例外处理常式区块分支出来。
Branch out of exception handler block.
从异常处理程序块中分支。
The address of an exception handler for a function.
用于函数的异常处理程序的地址。
The exception handler is not invoked prior to the break.
在中断之前不调用异常处理程序。
An exception occurred, and there was no exception handler present.
一个异常发生了,而且没有异常处理程序礼物。
To solve this problem we will implement a global exception handler.
为了解决这个问题,我们将实现一个全局异常处理器。
An example of a simple exception handler is presented in in the Appendix.
附录中列举了一个简单的异常处理器的例子。
Allows execution to continue without invoking the exception handler.
允许执行继续,但不调用异常处理程序。
The runtime then searches for the most compatible exception handler.
然后运行时搜索最兼容的异常处理程序。
If you continue from the break, the exception handler will be invoked.
如果您从中断继续执行,将调用异常处理程序。
Overwriting a function pointer or exception handler that is subsequently executed.
重写随后执行的函数指针或异常处理程序。
The kernel must provide a dedicated exception handler for each exception type.
内核必须为每个异常类型提供专门的异常处理函数。
The application block includes an exception handler that logs exception information.
应用程序块包括记录异常信息的异常处理程序。
In the next section, you will code your own exception handler to handle the SQLException.
在下一节中,您将对异常处理程序进行编码,以便处理SQLException异常。
Secondly, all errors or unexpected warnings really should be handled by the exception handler.
其次,所有错误或意想不到的警告实际上应该由异常处理程序来处理。
Allows execution to continue, giving the exception handler a chance to handle the exception.
允许执行继续,并使异常处理程序有机会处理异常。
Otherwise, a trap occurs for find, and the exception handler emits the standard file not found error.
否则,发生中断以find(查找),并且异常处理程序发出标准的file not found(文件未找到)错误。
NET has a top-level exception handler that handles exceptions to show error pages to browser users.
NET有一个顶级异常处理程序,该处理程序在对异常进行处理时向浏览器用户显示错误页面。
As mentioned in the previous section, you can code your own exception handler to handle the SQLException.
正如上一节中提到的一样,您可以编写自己的异常处理程序来处理SQLException异常。
These values define the logical address of the first instruction of the interrupt or exception handler.
这些值定义了中断或异常处理函数的第一条指令的逻辑地址。
The last step performed by the control unit is equivalent to a jump to the interrupt or exception handler.
控制单元进行的最后一步等同于跳到中断或异常处理函数。
This descriptor specifies the base address of the segment that includes the interrupt or exception handler.
这个描述符指明了包含中断或异常处理函数的段的基地址。
However, it is important that the exception handler be properly introduced or this problem will not be fixed.
然而,重要的是必须正确地引入异常处理程序,否则,就无法解决这一问题。
It's because the exception string is pointing to a string which destroyed once the exception handler is done.
这是因为异常字符串是指向一个字符串,破坏了曾经的异常处理程序完成。
An exception handler is a kind of action handler, which is invoked when exception occurs during the node execution.
异常处理器也是一种action处理器,当节点执行时出现异常,它将会被调用。
Simple library changes like adding an uncaught exception handler greatly increase the comprehensibility of source code.
像添加未捕获的异常处理程序这样的简单库更改,可以极大地增加原代码的可理解性。
Which parameter do I have to analyse to get the address of the exception handler that actually handles the exception?
哪些参数要得到的异常处理程序处理异常分析实际地址?
Typical join points in AspectJ include method calls, access to class members, and the execution of exception handler blocks.
AspectJ中典型的joinpoint包括方法调用、对类成员的访问以及异常处理程序块的执行。
Typical join points in AspectJ include method calls, access to class members, and the execution of exception handler blocks.
AspectJ中典型的joinpoint包括方法调用、对类成员的访问以及异常处理程序块的执行。
应用推荐