Class FileWriteException

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

public final class FileWriteException extends Exception
Indicates that an attempt to write a value to the file denoted by the specified filename has failed.

Note that this class cannot be subclassed!

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

    • FileWriteException

      public FileWriteException(String filename, String value)
      Constructs a FileWriteException object, based on the specified filename and the value that should have been written.
      Parameters:
      filename - the name of the file this exception corresponds to
      value - the value that should have been written
  • 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
    • getValue

      public String getValue()
      Returns the value that should have been written.
      Returns:
      the value that should have been written