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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnwritableFileException(File file, String message)
Create exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-