org.tbee.swing
Class EDTExceptionHandler

java.lang.Object
  extended by org.tbee.swing.EDTExceptionHandler

public class EDTExceptionHandler
extends Object


Nested Class Summary
static class EDTExceptionHandler.PopupThrowableListener
          This class will show the exception in a popup
static interface EDTExceptionHandler.ThrowableListener
           
 
Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
EDTExceptionHandler()
           
 
Method Summary
static void addThrowableListener(EDTExceptionHandler.ThrowableListener l)
           
static boolean fireExceptionEvent(Throwable thr)
           
static void handle(Throwable thr)
           
static void install()
           
static void main(String[] args)
           
static void removeThrowableListener(EDTExceptionHandler.ThrowableListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

EDTExceptionHandler

public EDTExceptionHandler()
Method Detail

install

public static void install()

handle

public static void handle(Throwable thr)
                   throws Throwable
Throws:
Throwable

addThrowableListener

public static void addThrowableListener(EDTExceptionHandler.ThrowableListener l)

removeThrowableListener

public static void removeThrowableListener(EDTExceptionHandler.ThrowableListener l)

fireExceptionEvent

public static boolean fireExceptionEvent(Throwable thr)

main

public static void main(String[] args)


Copyright © 2011 KnowledgePlaza. All Rights Reserved.