com.thebuzzmedia.exiftool
Class ExifTool.UnsupportedFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ExifTool.UnsupportedFeatureException(ExifTool.Feature feature)
           
 
Method Summary
 ExifTool.Feature getFeature()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExifTool.UnsupportedFeatureException

public ExifTool.UnsupportedFeatureException(ExifTool.Feature feature)
Method Detail

getFeature

public ExifTool.Feature getFeature()

Copyright 2011 The Buzz Media, LLC