exception handler
常见例句
- Secondly, all errors or unexpected warnings really should be handled by the exception handler.
其次,所有错误或意想不到的警告实际上应该由异常处理程序来处理。 - If the default handler is set with the latter pair of methods, any thread that doesn't have its own exception handler will use the default.
如果使用第二对方法设置默认处理程序,那么没有自己的异常处理程序的所有线程都将使用默认处理程序。 - Because this code is only a sample we don't perform any real error processing, but we do implement a dummy exception handler to allow the code to compile.
由于此代码仅仅作为样例使用,我们没有执行任何实际的错误处理,但是我们实现了一个虚构的异常处理程序,从而完成代码的编译。 返回 exception handler