java.lang
Class ThreadDeath

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.ThreadDeath

public class ThreadDeath
extends Error

This is a special Error, which isn't reported by the VM if uncaught. The thread dies quietly.


Constructor Summary
ThreadDeath()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadDeath

public ThreadDeath()