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

public class ExifProcessingException extends RuntimeException
Runtime exception, thrown in case of errors when processing EXIF metadata.
Since:
8.4.0
See Also:
  • Constructor Details

    • ExifProcessingException

      public ExifProcessingException(String message)
      Creates a new EXIF processing exception with the specified message.
      Parameters:
      message - The message with details regarding the error.
    • ExifProcessingException

      public ExifProcessingException(String message, Throwable cause)
      Creates a new EXIF processing exception with the specified message and cause.
      Parameters:
      message - The message with details regarding the error.
      cause - The cause of the error, which can be another exception.