Home | History | Annotate | Download | only in lang

Lines Matching refs:ThreadDeath

805      * <code>ThreadDeath</code> object as an exception.
811 * <code>ThreadDeath</code> unless it must do some extraordinary
813 * <code>ThreadDeath</code> causes <code>finally</code> clauses of
816 * <code>ThreadDeath</code> object, it is important to rethrow the
822 * <code>ThreadDeath</code>.
830 * @see ThreadDeath
837 * <code>ThreadDeath</code> exception propagating up the stack). If
855 stop(new ThreadDeath());