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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedFeatureException(String path, Version version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
Getspath
.Version
getVersion()
Getsversion
.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-