Android
java.lang
public class

java.lang.ThreadDeath

java.lang.Object
java.lang.Throwable Serializable
java.lang.Error
java.lang.ThreadDeath

ThreadDeath is thrown when a thread stops executing. It is used to aid in the orderly unrolling of the thread's stack (eg. cleanup of monitors).

Summary

Public Constructors

            ThreadDeath()
Constructs a new instance of this class.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public ThreadDeath()

Constructs a new instance of this class. Note that in the case of ThreadDeath, the walkback may not be filled in a way which allows a stack trace to be printed.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56