• This response should throw an exception because the temperature value is not a float type — it is actually a string.

    这个响应会抛出一个异常,因为温度的值不是浮点类型—它实际上是一个字符串。

    youdao

  • With the exception of one input value, everything on the form can be converted into the required JSON format rather easily.

    除了一个输入值外,该表单上的所有东西都可以很轻松地转换为所需的json格式。

    youdao

  • Parameter, target, exception and return value binding.

    参数,目标,异常以及返回值绑定。

    youdao

  • But if I say turn this into a float, ah it throws a value error exception.

    它就会抛出一个值错误异常了,它会告诉我输入了一种错误的值。

    youdao

  • A null return value implies all active slices, while an empty array will raise an exception.

    空返回值意味着所有片都是活动的,而空数组则会引发一个异常。

    youdao

  • The first mistake that nonnative speakers make is to return a value indicating an error, instead of throwing an exception.

    非原生语言使用者的第一类错误是返回一个表示错误的值,而不是抛出异常。

    youdao

  • Whenever your connector encounters an invalid literal in a search, it should throw an exception informing the user that this particular value cannot be searched on.

    当连接器在搜索中遇到无效文字时,它应该抛出异常,通知用户不能搜索这个值。

    youdao

  • The exception to all this: When marketingproducts that consumers buy for prestige value, stressing money spent seems tobe more effective.

    例外的是:在消费者是为了名誉购买商品的时候,强调金钱的因素更有效。

    youdao

  • So this API is to invoke a service where that does not have a return value but that could throw an exception.

    因此,此api用于调用并不返回值但可能引发异常的服务。

    youdao

  • Successful business people are supposed to be able to identify value - and the wine list is no exception.

    成功的商业人士都应该是识货的,在点酒上也不会例外。

    youdao

  • As Linda stated, the behavior is simple: If someone calls push with a null value, the stack should throw an exception.

    正如Linda所说,行为很简单:如果有人对null值调用push,那么栈应该抛出一个异常。

    youdao

  • A value of null (or nothing) will generate an error (exception).

    null值(或空值)将生成一个错误(异常)。

    youdao

  • In this case, rather than an exception being thrown, the "test" value isn't being found; null is being popped.

    在这种情况下,不是抛出一个异常,而是没有发现“test ”值;实际弹出的是null。

    youdao

  • A general, good practice is not to allow null (that is, no value) columns in a relational database, because when you attempt to read such a column, you get a null value exception.

    通常,一种优秀的实践就是不要在关系数据库中使用null(即没有值)列,因为当您试图读取这类列时,您将得到一个null值异常。

    youdao

  • If we had added a getValue method to class Leaf, we would either have to return some sort of flag value indicating that the method application is non-sensical or actually throw an exception.

    如果我们已经向Leaf类添加了getValue方法,我们要么是不得不返回一些类型的标志值表明此方法应用是无意义的,要么是实际抛出一个异常。

    youdao

  • The receiver bean picks the message sent by the sender, invokes a business EJB and sends back a reply, containing either the returned value or the exception thrown by the method.

    接收方bean接到发送方发出的消息、调用业务e JB并发回包含返回值或方法所抛出的异常的回复。

    youdao

  • An exception will be thrown by the getopt function when an unrecognized option is encountered, or if an option doesn't contain a required value.

    如果遇到不认识的选项,或者选项没有包含必需的值,getopt函数会抛出异常。

    youdao

  • This matches with the value shown in the dar field of the exception structure.

    它匹配异常结构中dar字段显示的值。

    youdao

  • Conditional constructs such as if, switch, while, and for statements are each given a value of 1, along with exception paths.

    每一个条件构造,如if、switch、while和for语句,都被分配一个1值和异常路径。

    youdao

  • If this value is set to null or empty string, CLP throws a JCC exception: Column not updatable.

    如果将这个值设置为null或空字符串,clp会抛出JCC异常:Column not updatable。

    youdao

  • Throws a more meaningful exception when calling UniqueResult() with a value type and the query returns null.

    当带一个值类型调用UniqueResult()和查询返回null时抛出更有意义的异常

    youdao

  • In this class, you manipulate the server data and return a value to the client (or throw an exception, but let's stay optimistic for the moment).

    在这个类中,将操作服务器数据并将值返回给客户机(或者抛出异常,但是此刻先让我们乐观一些认为不会出现这种情况)。

    youdao

  • The notable exception in this class is Math.random , which intentionally returns a different value every time you call it.

    此类中值得注意的特例就是Math . random,它会刻意地在您每次调用它时返回一个不同的值。

    youdao

  • Since the response contains either the return value or an exception, two different methods can be invoked depending on the content of the message.

    由于响应中会包含返回值或者异常,那么依照消息的内容可以调用两个不同的方法。

    youdao

  • All accounting regimes are flawed, and fair-value is no exception.

    所有的会计机制都有缺陷,公允价值也不例外。

    youdao

  • If an exception was raised, then assignment to the scoped variable will occur: as the EL expression in Listing 18 suggests, its value will not be empty.

    如果产生了异常,那么就会对那个限定了作用域的变量进行赋值:如清单18中的EL表达式所显示的那样,该变量的值将不会为空。

    youdao

  • All beings, without exception, have come forth knowing of the value of that which you are about.

    所有的生命,毫无例外,来到这个世界的时候都知道自己的价值。

    youdao

  • You have set the value to "Throw exception" as this is a fatal error and further processing is meaningless without details of an order.

    您将该值设置为“Throwexception”,因为这是一个严重错误,将来处理是没有意义的,不需要详细订单。

    youdao

  • Because the value of value is out of range, an exception is thrown that is caught in the catch block.

    因为value的值超出了范围,所以抛出了一个被catch块捕获的异常。

    youdao

  • Because the value of value is out of range, an exception is thrown that is caught in the catch block.

    因为value的值超出了范围,所以抛出了一个被catch块捕获的异常。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定