Class ThreadGroupExt

java.lang.Object
java.lang.ThreadGroup
org.tquadrat.foundation.lang.ThreadGroupExt
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

@ClassVersion(sourceVersion="$Id: ThreadGroupExt.java 1118 2024-03-15 16:14:15Z tquadrat $") @API(status=STABLE, since="0.1.0") public class ThreadGroupExt extends ThreadGroup

An implementation of ThreadGroup that allows to configure the behaviour of uncaughtException(Thread, Throwable).

This class is not final, to allow further modifications.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: ThreadGroupExt.java 1118 2024-03-15 16:14:15Z tquadrat $
Since:
0.1.0
UML Diagram
UML Diagram for "org.tquadrat.foundation.lang.ThreadGroupExt"

UML Diagram for "org.tquadrat.foundation.lang.ThreadGroupExt"

UML Diagram for "org.tquadrat.foundation.lang.ThreadGroupExt"