Class UnreadableFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thebuzzmedia.exiftool.exceptions.UnreadableFileException
- All Implemented Interfaces:
Serializable
Exception thrown when a file cannot be read.
A file cannot be read because:
- It does not exist.
- It is corrupted and cannot be read.
- 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
-
UnreadableFileException
Create exception.- Parameters:
file
- Unreadable file.message
- Error message.
-
-
Method Details
-
getFile
Getfile
- Returns:
file
-