From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../SwingEDTExceptionHandlerAdapter.html | 267 +++++++++++++++++++++ 1 file changed, 267 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/application/SwingEDTExceptionHandlerAdapter.html (limited to 'Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/application/SwingEDTExceptionHandlerAdapter.html') diff --git a/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/application/SwingEDTExceptionHandlerAdapter.html b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/application/SwingEDTExceptionHandlerAdapter.html new file mode 100644 index 0000000..8dc10ef --- /dev/null +++ b/Master/Reference Architectures and Patterns/labs/QuasarClient/api/com/sdm/quasar/client/swing/application/SwingEDTExceptionHandlerAdapter.html @@ -0,0 +1,267 @@ + + + + + + +SwingEDTExceptionHandlerAdapter (Quasar Client Building Blicks API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +com.sdm.quasar.client.swing.application +
+Class SwingEDTExceptionHandlerAdapter

+
+java.lang.Object
+  extended bycom.sdm.quasar.client.swing.application.SwingEDTExceptionHandlerAdapter
+
+
+
+
public class SwingEDTExceptionHandlerAdapter
extends java.lang.Object
+ +

+An adapter to handle exceptions occured within the swing event queue + to get handled by the ErrorHandler. +

+ +

+

+
Version:
+
1.$Revision$
+
Author:
+
Thomas Wolf
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
SwingEDTExceptionHandlerAdapter() + +
+          Creates a new SwingEDTExceptionHandlerAdapter.
+  + + + + + + + + + + + +
+Method Summary
+ voidhandle(java.lang.Throwable throwable) + +
+          This method gets called when an Exception is caught in the EDT.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+SwingEDTExceptionHandlerAdapter

+
+public SwingEDTExceptionHandlerAdapter()
+
+
Creates a new SwingEDTExceptionHandlerAdapter. +

+

+ + + + + + + + +
+Method Detail
+ +

+handle

+
+public void handle(java.lang.Throwable throwable)
+
+
This method gets called when an Exception is caught in the EDT. +

+

+
Parameters:
throwable - caught Exception
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3