Searched defs:ThreadDeath (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadDeath.java29 * An instance of {@code ThreadDeath} is thrown in the victim thread
34 * {@code ThreadDeath} is caught by a method, it is important that it
38 * handler} does not print out a message if {@code ThreadDeath} is
41 * <p>The class {@code ThreadDeath} is specifically a subclass of
49 public class ThreadDeath extends Error { class in inherits:Error

Completed in 22 milliseconds