在任何一种情况下,都可以积累关于哪些异常在方法中的哪个字节码偏移量被抛出的信息,这样,在完成整个方法的处理后,可以将它们进行匹配。
In either case, you accumulate information about which exceptions are thrown at what bytecode offset in the method, so you can match them up after you've have finished processing the whole method.
在 C++中,无论何时在处理程序内捕获一个异常,关于该异常来源的信息都是不为人知的。
In C++, whenever an exception is caught within a handler, the information about the source of the exception is lost.
回调中所抛出的异常如果没有被全局处理器处理或捕获,那么他们会终止应用,并不会给出任何关于问题的提示信息。
Exceptions raised in callbacks that were not properly handled or caught by a global handler would silently terminate the application, without any indication of the problem.
回调中所抛出的异常如果没有被全局处理器处理或捕获,那么他们会终止应用,并不会给出任何关于问题的提示信息。
Exceptions raised in callbacks that were not properly handled or caught by a global handler would silently terminate the application, without any indication of the problem.
应用推荐