Class UnwritableFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thebuzzmedia.exiftool.exceptions.UnwritableFileException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnwritableFileException
Create exception.- Parameters:
file
- Unwritable file.message
- Error message.
-
-
Method Details
-
getFile
Getfile
- Returns:
file
-