Serialized Form
-
Package com.thebuzzmedia.exiftool.exceptions
-
Exception com.thebuzzmedia.exiftool.exceptions.ExifToolNotFoundException
class ExifToolNotFoundException extends com.thebuzzmedia.exiftool.exceptions.AbstractExifException implements Serializable-
Serialized Fields
-
path
String path
ExifTool path defined during command execution. -
result
CommandResult result
The result triggered during command execution.
-
-
-
Exception com.thebuzzmedia.exiftool.exceptions.PoolIOException
class PoolIOException extends IOException implements Serializable-
Serialized Fields
-
thrownExceptions
Collection<Exception> thrownExceptions
Original exceptions.
-
-
-
Exception com.thebuzzmedia.exiftool.exceptions.UnreadableFileException
class UnreadableFileException extends com.thebuzzmedia.exiftool.exceptions.AbstractExifException implements Serializable-
Serialized Fields
-
file
File file
Unreadable file.
-
-
-
Exception com.thebuzzmedia.exiftool.exceptions.UnsupportedFeatureException
class UnsupportedFeatureException extends com.thebuzzmedia.exiftool.exceptions.AbstractExifException implements Serializable -
Exception com.thebuzzmedia.exiftool.exceptions.UnwritableFileException
class UnwritableFileException extends com.thebuzzmedia.exiftool.exceptions.AbstractExifException implements Serializable-
Serialized Fields
-
file
File file
Unwritable file.
-
-
-