Make the business method to throw a runtime exception.
使业务方法抛出运行时的异常。
Here is the sequence of events for handing the runtime exception.
下面是处理运行时异常的事件顺序。
Is it bad to wrap a process around with a catch of runtime exception?
它是坏的包装过程在捕捉运行时异常?
If your runtime is installed on another port number, you will receive a runtime exception.
如果您的运行时安装在另一端口号,将会接收到一个运行时异常。
It probably seems like quite a bit of work to change what happens when a runtime exception occurs.
发生运行时异常时,可能要做许多工作来更改发生的问题。
A try... catch structure changes the runtime exception behavior to what is specified in the catch clause.
catch结构将运行时异常行为更改为catch子句中所指定的行为。
Currently supported SCA Runtime exceptions are Service Runtime exception and Service Unavailable exception.
当前受支持的SCA运行时异常有服务运行时异常和服务不可用异常。
Then, any threads created in that thread group will get the new behavior when an unforeseen runtime exception happens.
然后,当发生未预料的运行时异常时,该线程组内创建的任何线程都将获得新的行为。
It's important to note that violating the principle doesn't necessarily result in a runtime exception or misbehavior.
请务必注意违反原则,并不一定导致运行时异常或不良行为。
You also do not need to worry about altering code to catch a specific exception because it is wrapped in a runtime exception.
您也不必费心修改代码以捕获异常,因为异常已包装到一个运行时异常中。
A jump is only executed, if the skip, force-complete or complete operation is successful, for example, no runtime exception occurs.
跳转仅在跳过、强制完成或完成操作成功时才执行,例如,未发生任何运行时异常。
The checked forms check for overflow and generate a runtime exception if the resulting value exceeds the limits of the target type.
执行检查形式将会检查溢出情况,如果结果值超出目标类型的限制,则会生成运行时异常。
This is thrown when the run method is allocated a thread, but either the setup of context failed or the method exited by throwing a runtime exception.
这个异常是在将run方法分配给一个线程时抛出的,但这个异常或者是上下文设置失败,或者是通过抛出运行时异常退出方法。
Because the original exception thrown by the third-party provider is wrapped in the Spring runtime exception, you never lose the root cause of the exception.
由于第三方提供商抛出的原始异常被包装到Spring运行时异常中,您能够查明出现异常的根本原因。
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类型的运行时异常。
SCA runtime exception — thrown by the SCA runtime and signals problems in the management of the execution of components, and in the interaction with remote services.
SCA运行时异常——由SCA运行时引发,指示组件的异常管理及与远程服务的交互中存在的问题。
When a business process component invokes a target service component, any runtime exception encountered by the target thread is delivered back to the process component.
业务流程组件调用目标服务组件时,目标线程遇到的任何运行时异常都被提交回流程组件。
If you make typographical errors or use incorrect attributes in the XML, your mistake won't show up until a runtime exception is thrown when the look and feel is loaded.
如果有输入错误,或者在XML中使用了不正确的属性,这些错误只有当外观装载期间抛出一个运行时异常时才能发现。
There is one exception to the SCA asynchronous programming model rule that runtime exceptions that occur at the target component are not returned to the source component.
sca异步编程模型规则的一个异常是在目标组件发生的运行时异常不返回到源组件。
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).
所有运行时异常都得到处理,要么在单独的活动中处理,要么在流程级别处理,具体取决于异常类型(无论流程是否需要重试)。
If the calling assembly does not have sufficient permission to link to your code, the link is not allowed and a runtime exception is thrown when the code is loaded and run.
如果呼叫组件没有足够的使用权限可连结至您的程序码,则在载入和执行程序码时将不允许连结并会掷回一个执行阶段例外状况。
In the first release of Rational Software Architect 6.0, any runtime exception or error that was not caught would not be displayed, so you were not easily able to determine why your pluglet failed.
在Rational Software Architect 6.0的第一个版本里,没有被抛出的任何运行时异常或错误将不会显示出来,因此您无法容易的判定为什么pluglet不起作用。
In this way, the client runtime will know which user exception it should be mapped to.
这样,客户端运行时将知道应该将其映射到哪个用户异常。
You can throw any kind of exception you like - checked, runtime, or error - as long as the method signature supports it.
可以抛出您需要的任何类型的异常(已检查、运行时或错误),只要方法签名支持它即可。
The runtime throws an exception if a caller attempts to invoke an invalid operation.
如果调用者试图调用无效的操作,那么运行时将抛出异常。
If such classes are not available at runtime, it'll throw that exception.
如果这样的类在运行时不可用,它会抛出该异常。
There is also a default mechanism to deal with process exceptions (commonly referred to as runtime) called the exception event.
还有一种默认机制用于处理流程异常(通常称为运行时异常),这种机制称为异常事件。
There is also a default mechanism to deal with process exceptions (commonly referred to as runtime) called the exception event.
还有一种默认机制用于处理流程异常(通常称为运行时异常),这种机制称为异常事件。
应用推荐