com.drew.metadata.iptc
Class IptcProcessingException
public class IptcProcessingException
The exception type raised during reading of Iptc data in the instance of
unexpected data conditions.
- Drew Noakes http://drewnoakes.com
IptcProcessingException(String message)- Constructs an instance of
ExifProcessingException with the
specified detail message.
|
IptcProcessingException(String message, Throwable cause)- Constructs an instance of
IptcProcessingException with the
specified detail message and inner exception.
|
IptcProcessingException
public IptcProcessingException(String message)
Constructs an instance of ExifProcessingException with the
specified detail message.
message - the detail message
IptcProcessingException
public IptcProcessingException(String message,
Throwable cause) Constructs an instance of IptcProcessingException with the
specified detail message and inner exception.
message - the detail messagecause - an inner exception
Copyright © 2006 Drew Noakes. All Rights Reserved.