Class 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:
    Serialized Form
    • Constructor Detail

      • UnsupportedFeatureException

        public UnsupportedFeatureException​(String path,
                                           Version version)