com.drew.metadata.exif
Class ExifProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.metadata.MetadataException
com.drew.metadata.exif.ExifProcessingException
- All Implemented Interfaces:
- Serializable
public class ExifProcessingException
- extends MetadataException
The exception type raised during reading of Exif data in the instance of
unexpected data conditions.
- Author:
- Drew Noakes http://drewnoakes.com
- See Also:
- Serialized Form
ExifProcessingException
public ExifProcessingException(String message)
- Constructs an instance of
ExifProcessingException
with the
specified detail message.
- Parameters:
message
- the detail message
ExifProcessingException
public ExifProcessingException(String message,
Throwable cause)
- Constructs an instance of
ExifProcessingException
with the
specified detail message and inner exception.
- Parameters:
message
- the detail messagecause
- an inner exception