Module java.base
Package java.lang

Class ThreadDeath

所有已实现的接口:
Serializable

@Deprecated(since="20", forRemoval=true) public class ThreadDeath extends Error
Deprecated, for removal: This API element is subject to removal in a future version.
Thread.stop() was originally specified to "stop" a victim thread by causing the victim thread to throw a ThreadDeath. It was inherently unsafe and deprecated in an early JDK release. The ability to "stop" a thread with Thread.stop has been removed and the Thread.stop method changed to throw an exception. Consequently, ThreadDeath is also deprecated, for removal.
一个ThreadDeath的实例最初被指定为在使用Thread.stop()方法时由受影响的线程抛出。
自从:
1.0
参见:
  • Constructor Details

    • ThreadDeath

      public ThreadDeath()
      Deprecated, for removal: This API element is subject to removal in a future version.
      构造一个ThreadDeath