All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cs005.io.InvalidFileException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----cs005.io.InvalidFileException

public class InvalidFileException
extends RuntimeException
Package IO;
Class: InvalidFileException
Last Modified: 8/11/97 5:57pm

This exception signals that the file that is being read is invalid somehow. It's only purpose is so that IOExceptions can be detected at runtime, instead of compile-time.


Constructor Index

 o InvalidFileException(String)
Constructor: InvalidFileException

This constructs a new InvalidFileException, all ready for throwing.

Constructors

 o InvalidFileException
 public InvalidFileException(String s)
Constructor: InvalidFileException

This constructs a new InvalidFileException, all ready for throwing.

Parameters:
s - the error message to print out.

All Packages  Class Hierarchy  This Package  Previous  Next  Index