The exception of application system of the anti-trust law is based on "the duality" of monopoly.
反垄断法适用除外制度基于对垄断“二重性”的认识而产生。
When the server reports an unexpected exception, you can examine the classes and methods of the associated stack trace to determine which application caused, or was involved in, the exception.
当服务器报告一个意外的异常时,您可以检查关联堆栈跟踪的类和方法,来确定哪个应用程序导致了异常或者与异常有关。
Exception handling is the basic requirement of every application to handle any unexpected behavior of the application.
异常处理是每个应用程序的基本要求,以便处理应用程序的任意意外行为。
Certain rules will be enforced upon the user when they try to create their password; these rules should be global to all users. Cases of exception are application owners.
当用户设置自己的密码时,会对他们施加某些规则;这些规则应该应用于所有用户,但是应用程序的所有者例外。
By switching on exception tracing, you will be able to provide multiple snapshots of the stack as an exception bubbles up through layers of application code.
通过打开异常跟踪,您将可以提供堆栈的多个快照作为从应用程序代码层冒出的异常。
In a real-world application, additional exception handling would be needed to handle this sort of situation.
在现实的应用程序中,需要额外的异常处理来处理这类情况。
Unlike references, which are best used in moderation, finalizers have essentially no use in a well-written application, with the exception of tidying up native resources.
最好适当地使用引用,收尾器与之不同,除了清理本地资源,它在编写得很好的应用程序中基本没用。
That said, with the exception of protection against internal application attacks, most of the security hardening steps suggested in this article are fairly low cost.
因此,除了保护内部应用程序免受攻击外,本文中建议的大多数安全性加强步骤的成本都相当低。
A bit of an obscure infinite recursion situtaion that unfortunately is pretty common is incorrect usage of the Exception Handling application block.
异常处理应用程序块使用不恰当,这是常见的一个隐晦的无穷递归情形。
When making all of these improvements, a variety of other aspects of the application were improved as well, including validation performed, logging provided, and the exception handling.
当进行所有这些改进时,应用程序的许多其他方面也改进了,包括执行的验证、提供的日志,及异常处理。
Transactions enable us to delegate many elements of exception handling and recovery to the TPM and the RMs, simplifying our code and freeing us to think about application logic instead.
事务使我们能够将很多异常处理和恢复工作委托给TPM 和RM,从而简化了我们的代码,并使我们能够空出更多时间来考虑应用程序逻辑。
I'll take a closer look at the semantic meaning and relation of these application exceptions (in the context of WSDL) when I describe JAX-RPC exception handling.
在我描述JAX - RPC异常处理时,我将更深入地看一下语义上的意思以及应用程序异常之间的关系(在WSDL的上下文环境里)。
You will also often need to provide subclasses of these more specific exceptions (which are in turn subclasses of the main application exception), providing even more specific exceptions.
您还经常需要给这些更具体的异常(这些异常也是主应用程序异常的子类)提供子类,以提供更具体的异常。
The design of this application follows the accepted paradigm, with the exception of the first JSP.
该应用程序的设计遵从公认的范例,只有第一个jsp除外。
So, in your situation: your application exception classes are subclasses of RuntimeException.
因此,对于您的情况:您的应用程序异常类是RuntimeException的子类。
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方法,我们要么是不得不返回一些类型的标志值表明此方法应用是无意义的,要么是实际抛出一个异常。
Theoretically, you could have all of your Web tier methods expect and respond to a single application exception, as we did in some of our previous examples.
理论上,您可以让所有web层方法预期处理和响应单个应用程序异常,正如我们在先前的一些示例中所做的一样。
By default, WebSphere Application Server will display a raw exception stack dump of the error.
在缺省情况下,WebSphereApplicationServer会显示该错误一个原始异常堆栈。
Only members of this community are permitted to use the composite application (an exception are the portal administrators who have special rights on applications).
只有这个社区的成员被允许使用复合应用程序(除了有特殊权限的门户管理员之外)。
However, an exception will occur instead of a successful response message because the WS-Policy in the sample application is invalid.
但是,这将产生一个异常,而不是返回一条成功响应消息,因为样例应用程序中的WS - Policy是无效的。
One of the mistakes often made in this regard is to replicate under Exception or Error a tree of application objects.
在这方面经常犯的一个错误是在Exception或者Error下复制了一棵应用程序对象树。
Most of the project artifacts created in this exercise are generated automatically by the Application Developer tooling, with the exception of the WSDL file from which the two projects are generated.
此练习中创建的大部分项目构件都是通过使用Application Developer工具自动生成的,不过用于生成其中两个项目的WSDL文件例外。
Normally, a DOM implementation must verify the correctness of operations and throw an exception if an application passes the wrong parameters or performs an illegal operation.
一般情况下,DOM实现必须检验操作的正确性,并在应用程序传递错误参数或者执行非法操作时抛出异常。
The application is designed as a whole in all of its completeness, including all of the possible exception situations.
应用程序作为一个整体完全地被设计,包括所有可能的异常状况。
To fix the application, you should, for example, divide it into modular parts and provide exception handlings for each part that will make it easier for you to identify the source of the problem.
如果选择修复应用程序,就应该将其分成不同的模块部分并为每个部分提供异常处理以便确定问题的根源。
The application is executed on a single machine (limited set of machines) and reports all of the exceptions in the local log files using standardized exception reporting schemas.
应用程序在单台机器(或有限数量的机器)上运行,使用标准化的异常报告模式,在本地文件日志文件中报告所有的异常。
Let's say that you wanted consistent exception handling for all of the classes in your application.
假定对应用程序中的所有类有统一的异常处理。
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类型的运行时异常。
However, the study of exception handle, transaction and time constraint in workflow were limited, which restricted the application of the workflow technology.
目前,对于工作流异常处理、事务和时间约束等的研究仍然不够成熟,一定程度上限制了工作流技术的应用。
With the exception of the RMB 1,000 application fee, the School will not accept cash payments on site.
除人民币1,000元的报名费之外,其余费用学院不接受现场现金支付。
应用推荐