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