Class ExifToolNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thebuzzmedia.exiftool.exceptions.ExifToolNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when exiftool program is missing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExifToolNotFoundException
(IOException ex, String path) Create exception.ExifToolNotFoundException
(String path, CommandResult result) Create exception. -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
Get ExifTool path defined during command execution.Get result triggered during command execution.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExifToolNotFoundException
Create exception.- Parameters:
path
- ExifTool path defined during command execution.result
- The result triggered during command execution.
-
ExifToolNotFoundException
Create exception.- Parameters:
ex
- The original exception.path
- ExifTool path defined during command execution.
-
-
Method Details
-
getPath
Get ExifTool path defined during command execution.- Returns:
- ExifTool path defined during command execution.
-
getResult
Get result triggered during command execution.- Returns:
- The result triggered during command execution.
-