allensoft.bug
Class Test

java.lang.Object
  |
  +--allensoft.bug.Test

public class Test
extends java.lang.Object

A simple test harness that divides by zero when a button is clicked to test the crash handling classes.


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

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception