com.thebuzzmedia.exiftool
Class ExifTool.UnsupportedFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thebuzzmedia.exiftool.ExifTool.UnsupportedFeatureException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ExifTool
public class ExifTool.UnsupportedFeatureException
- extends RuntimeException
Class used to define an exception that occurs when the caller attempts to
use a ExifTool.Feature that the underlying native ExifTool install does
not support (i.e. the version isn't new enough).
- Since:
- 1.1
- Author:
- Riyad Kalla (software@thebuzzmedia.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExifTool.UnsupportedFeatureException
public ExifTool.UnsupportedFeatureException(ExifTool.Feature feature)
getFeature
public ExifTool.Feature getFeature()