Displays the type of exception thrown.
显示所引发的异常的类型。
The type attribute specifies the type of exception to be intercepted by this handler.
type属性指定了这个异常处理程序会截获的异常类型。
The rest of the line provides detail based on the type of exception and what caused it.
这一行后一部分是关于该异常类型的详细说明,这意味着它的内容依赖于异常类型。
If any type of exception is thrown in a unit test, the DOH declares the entire test as failed.
如果在一个单元测试中有任何类型的异常被抛出,DOH就会宣布整个测试失败。
Each handler specifies some form of filter condition on the type of exception it handles.
每个处理程序对它处理的异常类型指定某种形式的筛选条件。
The Details box contains information about the type of exception and where in the code it occurred.
方块会包含例外状况类型,以及其发生在程序码中之位置的详细资讯。
Use typed exceptions to indicate the mode of failure, and except that type of exception in the test.
用定义好的异常去表达模式的失败,当然要排除测试中的异常类型。
Whenever you get any type of exception in DB2, the next step is to find out where that error is coming from.
在DB 2中,无论何时收到任何类型的异常,接下来的一步就是找出那个错误的来源。
An error message typically contains the type of exception raised and the method that caused the exception.
错误讯息一般包含引发的例外状况类别和造成例外状况的方法。
This means that you will pass the test only if that particular type of exception is raised in the designated line.
这意味着只有在指定行中抛出特定类型的异常的时候,您才会通过测试。
When determining what type of exception to throw, you should always first consider the tier that will handle the reported exception.
当决定抛出何种类型的异常时,您应该总是首先考虑将要处理所报告异常的层。
The answer is to provide a more useful type of exception that also contains a lower-level exception. Listing 1 shows a simple ApplicationException that does just this
答案是提供一类更有用的异常,它还包含低级异常。
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 a data logic method in the UserDefinedPushDownMethodsImpl class throws an exception, you can define and create an instance of the same type of exception inside the method.
如果userdefinedpushdownmethodsimpl类中的数据逻辑方法抛出异常,用户可以在方法内部定义并创建一个与异常具有相同类型的实例。
You can use an underscore (Scala's standard wild card character) as a placeholder to catch any type of exception (really, to match any case in a pattern matching expression).
你可以使用一个下划线(Scala的标准通配符)作为占位符来捕捉任意类型的异常(不骗你,它可以匹配模式匹配表达式的任何case)。
Whenever the actual code encounters any type of error, it throws an exception, which then goes to the call stack.
每当实际代码碰到任何类型的错误,它就抛出一个异常,然后该异常就进入调用栈。
If you attempt to assign an SDO of a different SDO type (another author, perhaps) or a primitive, SDO would throw an exception.
若试图指派一个不同sdo类型的SDO(比如说,另外一名作者)或原生数据类型,SDO将抛出异常。
If the fault is defined with a type, the name and package of the exception is mapped from the fault's type name and namespace.
如果使用类型定义错误,则从该错误的类型名称和命名空间映射该异常的名称和包。
All the runtime exceptions are handled in either the individual activity, or in the process level depending on the type of the exception (whether it needs a retry or not).
所有运行时异常都得到处理,要么在单独的活动中处理,要么在流程级别处理,具体取决于异常类型(无论流程是否需要重试)。
With the exception of the edit mode component, actions are typically used to search and select a data element type.
除了编辑模式组件以外,操作通常用于搜索和选择数据元素类型。
A good example of a scenario where dynamic process selection is justified is the case where different exception handling processes may be invoked depending on the type of error that is encountered.
一个需要动态流程选择的出色场景示例是,根据遇到的错误类型调用不同的异常处理流程。
After all, the whole point of static type checking is to prevent exactly that sort of exception.
毕竟静态类型检查主要是严格防止那种异常。
If the application class cannot be found, does not extend WebApplication, or cannot be instantiated, a runtime exception of type WicketRuntimeException is thrown.
如果应用程序类未能找到、不能扩展WebApplication或不能被实例化,就会抛出wicketruntimeexception类型的运行时异常。
ClassNotFoundException is the most common type of class loading exception.
ClassNotFoundException是最常见的类装入异常类型。
The exception is thrown by the explicit cast because the test case is trying to convert something of type String to an Integer.
这个异常是由显式类型转换抛出的,因为测试用例试图把类型为String 的东西转换成Integer。
The runtime will stop any exceptions trying to leave a type constructor and wrap the exception inside of a new TypeInitializationException object.
运行库将停止任何尝试保留类型构造函数的异常,并将该异常包装到一个新的TypeInitializationException对象内。
For example, if the Shared memory object cannot be created, an exception of type boost: : interprocess_exception is thrown.
例如,如果无法创建共享内存对象,就抛出类型为boost: interprocess_exception的异常。
fno-rtti -qnortti Disables generation of runtime type -qrtti identification (RTTI) for exception handling and for use by typeid and dynamic_cast operators. On XL C/C++, the default is -qnortti.
fno-rtti -qnortti对于异常处理和typeid 和 dynamic_cast 操作符的使用,禁止生成运行时类型 –qrtti识别(RTTI)。
Exception type (one of three thrown by the socket open call).
异常类型(套接字打开呼叫抛出的3种异常之一)。
Exception type (one of three thrown by the socket open call).
异常类型(套接字打开呼叫抛出的3种异常之一)。
应用推荐