Class FileCantBeCreatedException

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

public final class FileCantBeCreatedException extends Exception
Indicates that an attempt to create a 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

    • FileCantBeCreatedException

      public FileCantBeCreatedException(String filename)
      Constructs a FileCantBeCreatedException 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