Class ExifValueNotFoundException

All Implemented Interfaces:
LocalizableError, Serializable

public class ExifValueNotFoundException extends AccessRuntimeException
RuntimeException indicating that a valid mapping/ExifValue for a defined Tag-Type-Hex or Tag-Type (Integer) was not found. A mapped ExifValue for the queried Tag-Type-Hex or Tag-Type (Integer) does not exist.
Since:
5.0.100
See Also:
  • Constructor Details

    • ExifValueNotFoundException

      public ExifValueNotFoundException(String message)
      Construct a new ExifValueNotFoundException with the specified message.
      Parameters:
      message - the error message
      Since:
      5.0.100