org.tbee.swing
Class EDTExceptionHandler
java.lang.Object
org.tbee.swing.EDTExceptionHandler
public class EDTExceptionHandler
- extends java.lang.Object
|
Field Summary |
static java.lang.String |
SOURCECODE_VERSION
Standard variable for determining version of a class file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOURCECODE_VERSION
public static final java.lang.String SOURCECODE_VERSION
- Standard variable for determining version of a class file.
- See Also:
- Constant Field Values
EDTExceptionHandler
public EDTExceptionHandler()
install
public static void install()
handle
public static void handle(java.lang.Throwable thr)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
addThrowableListener
public static void addThrowableListener(EDTExceptionHandler.ThrowableListener l)
removeThrowableListener
public static void removeThrowableListener(EDTExceptionHandler.ThrowableListener l)
fireExceptionEvent
public static boolean fireExceptionEvent(java.lang.Throwable thr)
main
public static void main(java.lang.String[] args)
Copyright © 2010 KnowledgePlaza. All Rights Reserved.