Class UnwritableFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thebuzzmedia.exiftool.exceptions.UnwritableFileException
All Implemented Interfaces:
Serializable

public class UnwritableFileException extends RuntimeException
Exception thrown when a file cannot be written. A file cannot be written because: - It does not exist. - It is corrupted and cannot be updated.
See Also:
  • Constructor Details

    • UnwritableFileException

      public UnwritableFileException(File file, String message)
      Create exception.
      Parameters:
      file - Unwritable file.
      message - Error message.
  • Method Details

    • getFile

      public File getFile()
      Get file
      Returns:
      file