gpt4 book ai didi

java - 为什么我在调用 this.interrupt() 后得到 IllegalThreadStateException?

转载 作者:行者123 更新时间:2023-11-30 11:57:49 25 4
gpt4 key购买 nike

try {
this.interrupt();
} catch (IllegalThreadStateException e) {
e.printStackTrace();
}

我发现 IllegalThreadStateException 是通过放置 print 语句抛出的,没有打印堆栈跟踪。我曾尝试搜索有关 Thread.interrupt() 和 IllegalThreadStateException 的现有线程,但没有从中得到太多信息。如果有帮助,我正在使用 CDLC 1.1。非常感谢!!

最佳答案

CLDC 1.1 应该支持 interrupt(),但 CLDC 1.0 不支持。也许您的特定实现不想添加此支持,并通过抛出运行时异常来伪造它。

关于java - 为什么我在调用 this.interrupt() 后得到 IllegalThreadStateException?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3569983/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com