bookExamples.ch10Exceptions
Class ExceptionExample

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

public class ExceptionExample
extends java.lang.Object

DocJava, Inc. http://www.docjava.com Programmer: dlyon Date: Sep 8, 2004 Time: 7:48:53 PM


Constructor Summary
ExceptionExample()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void test(int x)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionExample

public ExceptionExample()
Method Detail

test

public static void test(int x)
                 throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

main

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