corina.gui
Class Bug

java.lang.Object
  |
  +--corina.gui.Bug

public class Bug
extends Object


Constructor Summary
Bug()
           
 
Method Summary
static void bug(Throwable t)
           
static String getStackTrace(Throwable t)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bug

public Bug()
Method Detail

getStackTrace

public static String getStackTrace(Throwable t)

bug

public static void bug(Throwable t)

main

public static void main(String[] args)