Class ExifToolNotFoundException

    • Constructor Detail

      • ExifToolNotFoundException

        public ExifToolNotFoundException​(String path,
                                         CommandResult result)
        Create exception.
        Parameters:
        path - ExifTool path defined during command execution.
        result - The result triggered during command execution.
      • ExifToolNotFoundException

        public ExifToolNotFoundException​(IOException ex,
                                         String path)
        Create exception.
        Parameters:
        ex - The original exception.
        path - ExifTool path defined during command execution.
    • Method Detail

      • getPath

        public String getPath()
        Get ExifTool path defined during command execution.
        Returns:
        ExifTool path defined during command execution.
      • getResult

        public CommandResult getResult()
        Get result triggered during command execution.
        Returns:
        The result triggered during command execution.