AddExceptionpublic 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. |
Methods Summary |
---|
public static void | main(java.lang.String[] argv)Main program, test driver for ThreadsDemo1 class.
new AddException();
| public void | run()
|
|