This causes an exception to occur in the RPG program being handled.
这将导致正被处理的RPG程序内部出现一个异常。
The basic program in Listing 1 contains three methods that can all throw an exception.
清单1中的基本程序包含三个方法,这三个方法都可抛出异常。
Any good heavily-used program needs good reference documentation, and BASH is no exception.
凡是使用率高的好程序都需要好的参考文档,BASH也不例外。
A join point is "a well-defined point in the program flow." 3 There are many types of join points, such as a method call or a method return, which can be either a normal return or a thrown exception.
一个连接点是:一个在程序流程中定义明确的点。3连接点有很多类型,正如一个方法的调用或一个方法的返回,都可以是一个正常的返回或者抛出一个异常。
The program has nested exception handling to deal with situations in which it looks up nonexistent data to delete, making the program a bit more robust.
其中嵌入了应对没有可供删除的数据这种情况的异常处理语句,使得程序更健壮一点。
One thing worth knowing: When you run a program with this UI threading issue from within Visual Studio, it will always throw an exception.
有一件事需要清楚——当你在VisualStudio中运行一个带ui线程的程序时,总是会抛出一个异常。
Gdb indicates that the program gets an arithmetic exception at line 7 and usefully prints out the line and the values of the arguments to the wib function.
gdb指出在程序第7行发生一个算术异常,通常它会打印这一行以及wib函数的自变量值。
First, the program did not hit the catch clause for an exception of type ApplicationException, even though that's the type of exception thrown from the static constructor.
第一,该程序不会为类型是ApplicationException的异常寻找catch子句,即使这种类型的异常是从静态构造函数引发的也如此。
If your program is making a service request to MDM Server and it receives such an exception, simply wait a few seconds and try it again.
如果您的程序向MDMServer发出服务请求且收到这样一个异常,仅需等待几秒钟并再次尝试即可。
It is possible that during program execution some exception is thrown, and the file is not unlocked.
在执行程序时,可能会出现抛出异常而文件没有解锁的情况。
When the program is run, the following exception occurs
当程序运行时,会出现以下异常
The easiest way to provide meaningful error information to your program is to build your own exception that you can pass to SAXException.
为程序提供有意义的错误信息的最简单方法是,自己创建异常类并传递给SAXException。
Throw in some exception handling, and just by changing the contents of the file1.xml file, the appearance of your program will change.
在一些异常处理中会抛出一些问题,但只要修改file1. xml文件的内容,程序的外观就会有所改变。
The debugger detected the exception and stopped executing the program.
调试器检测到了这个异常并停止了程序的执行。
With the constant enlargement of the systematic scale, traditional exception handling technology has already become the obstacle of creating large maintainable program.
随着系统规模的不断扩大,传统的异常处理技术已经成为创建大型可维护程序的障碍了。
Recently, most program languages have provided the exception handling, but the exception handling in the program can affect data flow analysis.
现在大多数的程序设计语言提供了异常处理机制,但程序中的异常结构会影响数据流分析。
An exception is an event that occurs during the execution of a program that disrupts the normal flow of instructions.
在程序执行过程中,所发生的破坏正常指令流的事件,叫做异常。
What this allows P6 EPPM, it allows program managers, stakeholders, to actually look at managing by exception.
这使P6EPPM能够,它使项目经理、干系人能够实际着眼于根据异常情况进行管理。
One exception is Michigan program that assigns 92 police officers to work full-time on the state's 65,000 car theft cases a year.
一个例外是密歇根州的方案,他们派遣92名警官全职处理每年的六万五千件汽车的案子。
ESPC model is introduced to prevent or self-heal performance exception. ESPC enhances the metrics program of Statistical Process Control (SPC).
提出扩展统计过程控制模型(ESPC)指导随机性能异常的预防和自修复。
Mean while, developers and testers can easily discern the module which characterized with slow execution and frequent exception, and modify logic process in program by utilizing TAT.
开发与测试人员可以发现“运行缓慢”或“异常高发”的程序模块,修改程序的处理逻辑。
An exception is a situation in which a program has an unexpected circumstance that the section of code containing the problem is not explicitly designed to handle.
异常是程序的一个未曾预料到的环节,没有代码被明确地设计用来处理包含问题的代码片断。
The model can accurately describe the overall program of exception handling in service-oriented software, aiding to detect the defects in it.
利用该模型可以精确描述面向服务软件中异常处理总体方案,便于辅助设计人员检测异常处理设计方案中的缺陷。
Modify the above program, by way of an exception to the negative input, negative input not accumulate operations.
修改以上程序,通过对负数输入产生异常的方式,对输入的负数不进行累加运算。
Do not catch an exception unless you know how to handle it so that you do not corrupt the state of your program.
如果您不知道如何处理例外状况,请勿加以拦截,以免破坏程序的状态。
The debugger breaks execution of the program when execution reaches a breakpoint or when an exception occurs.
当执行到达一个断点或发生异常,调试器将中断程序的执行。
An exception is thrown by code when a problem occurs, and it is passed up the stack until the application handles it or the program fails.
异常在出现问题时由代码引发,并在堆栈中向上传递,直到应用程序对其进行处理或者程序失败。
An exception is thrown by code when a problem occurs, and it is passed up the stack until the application handles it or the program fails.
异常在出现问题时由代码引发,并在堆栈中向上传递,直到应用程序对其进行处理或者程序失败。
应用推荐