Exception Assistant dialog box appears when a run-time exception is thrown.
“异常助手”对话框在引发运行时异常时出现。
If you try to use them without initializing them, you will get a run-time exception.
如果您尝试使用它们而未首先对其进行初始化,则会获得运行时异常。
However, I have frequently wished for a workaround, some sort of simple "turn this exception into a run-time exception" command.
然而,我经常希望有一个变通方法,类似于“将该异常转换为运行时异常”这样简单的命令。
Syntax errors generate a run-time exception, but other errors occur only after the data source receives connection information.
语法错误会生成运行时异常,但其他错误只有在数据源收到连接信息后才会发生。
That contract does not allow this method to throw a run-time exception (barring violations of generic type safety that qualify as bugs in the calling code).
这个合约不允许该方法抛出运行时异常(防止因违反泛型类型安全而成为调用代码中的bug)。
The possibility also exists that, if the bean should get destroyed by the container (for example, because a method has thrown a run-time exception) an open connection might be left dangling.
当容器毁坏bean 时(如由于方法生成了一个运行时异常),还有可能留下打开的连接。
This exception, if not handled, often causes a run time failure.
如果不处理这个异常,常常会导致运行时故障。
If a query USES a combination of columns that are not indexed, GAE will only throw an exception at run time when the query is executed.
如果查询使用没有进行索引的列的组合,那么当执行查询时,GAE将只在运行时出现一个异常。
Throw an exception at run time when there is no matching constructor.
当没有匹配的构造函数时,抛出运行时异常。
If the caller won't be able to handle the exception in a meaningful way, consider throwing an unchecked (run-time) exception.
如果调用者不能以有意义的方式处理这个异常,那么考虑抛出一个未检查的(运行时)异常。
Another way of handling this problem would be to throw an exception whenever a run-time instantiation of the generic class does not include a needed constructor.
处理该问题的另一种方法是:只要泛型类的运行时实例化没有包括所需构造函数,就抛出异常。
Throw an exception whenever a run-time instantiation of the generic class does not include a needed constructor.
只要泛型类的运行时实例化没有包括所需的构造函数,就抛出异常。
Notice that the exception must be thrown at run time.
请注意:必须在运行时抛出异常。
Now, if you try to fetch the last element as a JButton, a class cast exception happens at run time
现在,如果您尝试将最后一个元素作为JButton 来提取,则在运行时会出现一个类转换异常
Instead, the error signaled at run time would be a null-pointer exception instead of a class-cast exception.
相反,在运行时发出的错误将会是一个空指针异常而不是类强制转换异常。
If the application requests permissions outside of a zone during run time, a security exception may appear.
如果应用程序在运行时请求区域之外的权限,则可能会出现安全性异常。
If the exception event can not be handled in time, it will make the software system not run well.
如果不能及时处理异常事件,将造成软件系统无法正确运行。
To respond to user errors and to run-time error conditions such as network errors or permission failures, throw an exception.
若要响应用户错误和运行时错误条件(例如网络错误或权限失败),应引发一个异常。
To respond to user errors and run-time conditions such as network errors or permissions failures, throw an exception.
若要响应用户错误和运行时条件(例如网络错误或权限失败),请引发异常。
To respond to user errors and run-time conditions such as network errors or permissions failures, throw an exception.
若要响应用户错误和运行时条件(例如网络错误或权限失败),请引发异常。
应用推荐