java.lang
Class ThreadDeath

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjava.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()
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

ThreadDeath

public ThreadDeath()