• 应该成员函数向您出的所有异常编制文档,以便其它程序员知道他们的代码需要捕捉什么。

    You should document any and all exceptions that a member function throws at you so that other programmers know what their code will need to catch.

    youdao

  • 我们捕捉异常设置错误

    We set this error when catching the exceptions.

    youdao

  • 首先实例中,用户需要选择BPEL活动中添加故障处理程序捕捉抛出异常

    First, in this example, you need to add a fault handler on the selected BPEL activity to catch the exceptions it throws.

    youdao

  • 值得注意的是,除非捕捉构造函数抛出异常,否则,如果php脚本未能连接数据库终止

    It's worth noting that, unless you catch exceptions that are thrown from the constructor, your PHP script will terminate if it could not connect to the database.

    youdao

  • 任务捕捉异常并且正确地清晰地用户报告状态

    The task catches that exception and reports the state back properly and cleanly to the user.

    youdao

  • 可以捕捉这些异常可以停止执行

    You can handle these exceptions, or you can let them stop execution.

    youdao

  • SOAP方法调用try-except执行的,一般来说这种方式比较好这里我们这样做只是捕捉 SOAP.faultType异常

    The SOAP method call is performed within a try - except block, which is generally good style, but here we do it specifically to catch a SOAP.faultType exception.

    youdao

  • 就是——期待的——一个异常处理器现在将会捕捉如果mkdir不能创建请求目录而被抛出的E739错误

    This isas you might expectan exception handler, which will now catch the E739 error that is thrown if mkdir is unable to create the requested directory.

    youdao

  • 命令bean被实例化trycatch用于捕捉由于重复用户无效信用卡未经认证的信用卡而产生异常

    The command bean is instantiated and a try catch block is used to catch exceptions generated from a duplicate user, an invalid credit card, or an unauthorized credit card.

    youdao

  • 由于远程文件可能存在,所以我们需要捕捉我们试图去查看一个不存在文件的时间戳的时候Net: SFTP抛出异常

    Since the remote file may not exist yet, we need to catch the exception that Net: : SFTP will throw when we try to determine its timestamp.

    youdao

  • MessageBrokerToolkit中的调试器用跟踪消息捕捉任何安全性异常

    The flow debugger in the message Broker Toolkit is used to track messages and catch any security exceptions.

    youdao

  • 关于这个问题一点值得注意尽管系列中的示例使用 try-catch() 代码捕捉处理异常,但不是必须的。

    While on the subject, it's worth noting that although the examples in this series use try-catch() blocks to trap and handle exceptions, this isn't strictly necessary.

    youdao

  • 可以使用一个下划线(Scala标准通配符)作为占位捕捉任意类型异常(不骗你,它可以匹配模式匹配表达式任何case)。

    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).

    youdao

  • 如果这个异常没有捕捉立即关闭应用程序一条错误消息跟踪输出控制台

    If this exception isn't caught, it will immediately kill the application with an error message and stack trace dumped to the console.

    youdao

  • API契约方式需要定义抛出异常客户机捕捉异常的装置需要知道

    The API-contract way is to define a class known to both the throwing client and the catching harness.

    youdao

  • 可能希望捕捉遇到的所有异常然后输出这些异常以便调试。

    You probably want to trap any exceptions that are encountered and output them for debugging purposes.

    youdao

  • 坦白说希望任何情形这个异常都是不能捕捉的。

    Personally I'd prefer it not be catch-able in any circumstance.

    youdao

  • 之前版本的。NET里,捕捉异常和抛出异常线程一般相同的。

    In previous versions of.net exceptions were expected to be caught on the same thread that they were thrown on.

    youdao

  • 捕捉(catch)”异常,以便使用错误捕获运算(|)来管理Blue中的错误。

    You can also "catch" exceptions to manage errors in Blue with the error-trapping operator (|).

    youdao

  • 如果内容受支持,那么代码抛出一个异常,此异常try - catch捕捉到。

    If the content isn't supported, the code throws an exception, which is caught by the try-catch block.

    youdao

  • 将出错的代码包装一个try块中,捕捉抛出异常

    Wrap a try block around the offending code, and catch any exceptions that are thrown.

    youdao

  • 方法捕捉其他异常(比如MalformedURLExceptionIOException)抛出定制异常,让GWT客户机可以捕捉

    The method will catch other exceptions such as MalformedURLException and IOException and throw the custom exception so that it can be caught by the GWT client.

    youdao

  • 还要注意Objectify异常未经检查—表示无需担心捕捉很多exception类型

    Also note that Objectify's exceptions are unchecked - which means I don't have to worry about catching a bunch of exception types.

    youdao

  • 替代的方法是,也可以代码直接捕捉这个异常并且其他方式处理异常(例如可能会使用信息一起输出真正错误消息)。

    As an alternative, you can catch this exception directly in your code and handle it some other way (perhaps printing out the actual error message along with usage information, for instance).

    youdao

  • 委托捕捉任何异常

    The delegate does not catch any exceptions.

    youdao

  • catch()方法捕捉NullPointerException 异常时,这个选项会产生一个系统转储文件

    This option produces a system dump when a NullPointerException is caught by the catch() method

    youdao

  • 捕捉显式处理异常

    Catch only exceptions for which you have explicit handling.

    youdao

  • 几乎每个人都捕捉偶尔感冒有些感冒相当频繁其他人生病往往一个异常长的时间

    Nearly everyone catches colds occasionally, but some people catch colds quite frequently, and others tend to stay sick an unusually long time.

    youdao

  • 如果执行相同动作捕捉每一个个体异常类型

    Do I need to catch each individual exception type if I'm going to perform the same action?

    youdao

  • 包装过程捕捉运行时异常

    Is it bad to wrap a process around with a catch of runtime exception?

    youdao

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

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

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