Class ExifValueNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.common.UncheckedException
de.espirit.firstspirit.access.AccessRuntimeException
de.espirit.firstspirit.server.mediamanagement.exif.ExifValueNotFoundException
- All Implemented Interfaces:
LocalizableError
,Serializable
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 Summary
ConstructorDescriptionExifValueNotFoundException
(String message) Construct a new ExifValueNotFoundException with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExifValueNotFoundException
Construct a new ExifValueNotFoundException with the specified message.- Parameters:
message
- the error message- Since:
- 5.0.100
-