Package de.xima.fc.transform.image.exif
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExifProcessingException(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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-