public class ExifToolNotFoundException extends RuntimeException
Constructor and Description |
---|
ExifToolNotFoundException(IOException ex,
String path,
CommandResult result)
Create exception.
|
ExifToolNotFoundException(String path,
CommandResult result)
Create exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Get ExifTool path defined during command execution.
|
CommandResult |
getResult()
Get result triggered during command execution.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExifToolNotFoundException(String path, CommandResult result)
path
- ExifTool path defined during command execution.result
- The result triggered during command execution.public ExifToolNotFoundException(IOException ex, String path, CommandResult result)
path
- ExifTool path defined during command execution.result
- The result triggered during command execution.public String getPath()
public CommandResult getResult()
Copyright © 2017. All Rights Reserved.