Class ExifProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.xima.fc.transform.image.exif.ExifProcessingException
- All Implemented Interfaces:
Serializable
Runtime exception, thrown in case of errors when processing EXIF metadata.
- Since:
- 8.4.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExifProcessingException(String message) Creates a new EXIF processing exception with the specified message.ExifProcessingException(String message, Throwable cause) Creates a new EXIF processing exception with the specified message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExifProcessingException
Creates a new EXIF processing exception with the specified message.- Parameters:
message- The message with details regarding the error.
-
ExifProcessingException
-