Class UnsupportedFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thebuzzmedia.exiftool.exceptions.UnsupportedFeatureException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedFeatureException
Create exception.- Parameters:
path
- ExifTool path.version
- Exif Version.
-
-
Method Details
-
getPath
Getspath
.- Returns:
path
.
-
getVersion
Getsversion
.- Returns:
version
.
-