se.datadosen.util
Class Debug

java.lang.Object
  extended by se.datadosen.util.Debug

public class Debug
extends java.lang.Object


Constructor Summary
Debug()
           
 
Method Summary
static void printClassInfo(java.lang.Class c)
           
static void showCopyableError(java.awt.Component parent, java.lang.Throwable t, java.lang.String title)
           
static void showErrorDialog(java.awt.Component parent, java.lang.Throwable t)
           
static void showFriendlyErrorDialog(java.awt.Component parent, java.lang.Throwable t)
           
static void showStackTraceDialog(java.awt.Component parent, java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Debug

public Debug()
Method Detail

showErrorDialog

public static void showErrorDialog(java.awt.Component parent,
                                   java.lang.Throwable t)

showFriendlyErrorDialog

public static void showFriendlyErrorDialog(java.awt.Component parent,
                                           java.lang.Throwable t)

showStackTraceDialog

public static void showStackTraceDialog(java.awt.Component parent,
                                        java.lang.Throwable t)

showCopyableError

public static void showCopyableError(java.awt.Component parent,
                                     java.lang.Throwable t,
                                     java.lang.String title)

printClassInfo

public static void printClassInfo(java.lang.Class c)