All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----cs005.io.InvalidFileException
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.
This constructs a new InvalidFileException, all ready for throwing.
public InvalidFileException(String s)
This constructs a new InvalidFileException, all ready for throwing.
All Packages Class Hierarchy This Package Previous Next Index