public class ExifToolNotFoundException
extends java.lang.RuntimeException
Constructor and Description |
---|
ExifToolNotFoundException(java.io.IOException ex,
java.lang.String path,
CommandResult result)
Create exception.
|
ExifToolNotFoundException(java.lang.String path,
CommandResult result)
Create exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
Get ExifTool path defined during command execution.
|
CommandResult |
getResult()
Get result triggered during command execution.
|
public ExifToolNotFoundException(java.lang.String path, CommandResult result)
path
- ExifTool path defined during command execution.result
- The result triggered during command execution.public ExifToolNotFoundException(java.io.IOException ex, java.lang.String path, CommandResult result)
ex
- The original exception.path
- ExifTool path defined during command execution.result
- The result triggered during command execution.public java.lang.String getPath()
public CommandResult getResult()
Copyright © 2018. All Rights Reserved.