Class FileReadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sm.smtools.exceptions.FileReadException
All Implemented Interfaces:
Serializable

public final class FileReadException extends Exception
Indicates that an attempt to read from the file denoted by the specified filename has failed.

Note that this class cannot be subclassed!

Version:
26/01/2004
Author:
Sven Maerivoet
See Also:
  • Constructor Details

    • FileReadException

      public FileReadException(String filename)
      Constructs a FileReadException object, based on the specified filename.
      Parameters:
      filename - the name of the file this exception corresponds to
  • Method Details

    • getFilename

      public String getFilename()
      Returns the name of the file this exception corresponds to.
      Returns:
      the name of the file this exception corresponds to