Class 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:
    Serialized Form
    • Constructor Detail

      • 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.