- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.thebuzzmedia.exiftool.exceptions.UnreadableFileException
-
- All Implemented Interfaces:
- java.io.Serializable
public class UnreadableFileException
extends java.lang.RuntimeException
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:
- Serialized Form
-
-
Constructor Summary
Constructors
Constructor and Description |
UnreadableFileException(java.io.File file,
java.lang.String message)
Create exception.
|
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Copyright © 2019. All Rights Reserved.