bookExamples.ch10Exceptions
Class ThrowsExample

java.lang.Object
  extended by bookExamples.ch10Exceptions.ThrowsExample

public class ThrowsExample
extends java.lang.Object


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

Constructor Detail

ThrowsExample

public ThrowsExample()
Method Detail

main

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

OpenFile

public static java.io.File OpenFile()