com.drew.metadata.iptc

Class IptcProcessingException

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

Constructor Summary
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.

Constructor Detail

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 message cause an inner exception

Copyright © 2006 Drew Noakes. All Rights Reserved.