com.drew.metadata.iptc
Class IptcProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.drew.lang.CompoundException
              extended by com.drew.metadata.MetadataException
                  extended by 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

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.
 
Method Summary
 
Methods inherited from class com.drew.lang.CompoundException
getInnerException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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