when a task throws an exception that it does not handle, the runtime prints the exception stack trace to the console and then returns the thread to the thread pool.
当某个任务引发了它无法处理的异常时,运行时将把异常堆栈跟蹤打印至控制台,然后将线程返回至线程池。
information regarding the origin and location of the exception can be identified using the exception stack trace below.
有关异常原因和位置的信息可以使用下面的异常堆栈跟蹤标识。
when a finalizer throws an exception that it does not handle, the runtime prints the exception stack trace to the console and then allows the finalizer thread to resume running finalizers.
当终结器引发它无法处理的异常时,运行时将把异常堆栈跟蹤打印至控制台,然后允许终结器线程继续运行终结器。