Class UnsupportedFeatureException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thebuzzmedia.exiftool.exceptions.UnsupportedFeatureException
All Implemented Interfaces:
Serializable

public class UnsupportedFeatureException extends RuntimeException
Class used to define an exception that occurs when the caller attempts to use a feature that the underlying native ExifTool install does not support (i.e. the version isn't new enough).
Since:
1.1
Author:
Riyad Kalla ([email protected]), Mickael Jeanroy
See Also:
  • Constructor Details

    • UnsupportedFeatureException

      public UnsupportedFeatureException(String path, Version version)
      Create exception.
      Parameters:
      path - ExifTool path.
      version - Exif Version.
  • Method Details

    • getPath

      public String getPath()
      Gets path.
      Returns:
      path.
    • getVersion

      public Version getVersion()
      Gets version.
      Returns:
      version.