FileDocCategorySizeDatePackage
AddException.javaAPI DocExample510Sun Feb 22 19:58:40 GMT 2004None

AddException

public class AddException extends Object
Demo to show what happens if you try to add an exception to a method that its superclass method of the same signature did not have.
author
Ian Darwin
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] argv)
Main program, test driver for ThreadsDemo1 class.

		new AddException();
	
public voidrun()