Class chap8.ch8_fig3
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class chap8.ch8_fig3
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----chap8.ch8_fig3
  -  public class ch8_fig3
  
-  extends Applet
  
A class for demonstrating a thrown-exceptions effect on the
flow of execution.
  
  -  
	start()
   -  A method that will cause a MalformedURLException.
 
  
start
  public void start()
  -  A method that will cause a MalformedURLException.  Catches it and
prints to stdout.
  
    -  Overrides:
    
 -  start in class Applet
  
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index