FileDocCategorySizeDatePackage
InterfaceWithoutAllThrows.javaAPI DocExample448Mon Mar 13 12:36:52 GMT 2000None

InterfaceWithoutAllThrows

public class InterfaceWithoutAllThrows extends Object
This shows that a class implementing an interface need not declare all the Throws that are declared in the interface.

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] argv)

		new InterfaceWithoutAllThrows().new baz().foo();