public class IptcProcessingException extends MetadataException
| Constructor and Description |
|---|
IptcProcessingException(java.lang.String message)
Constructs an instance of
ExifProcessingException with the
specified detail message. |
IptcProcessingException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of
IptcProcessingException with the
specified detail message and inner exception. |
getInnerException, printStackTrace, printStackTrace, printStackTrace, toStringpublic IptcProcessingException(java.lang.String message)
ExifProcessingException with the
specified detail message.message - the detail messagepublic IptcProcessingException(java.lang.String message,
java.lang.Throwable cause)
IptcProcessingException with the
specified detail message and inner exception.message - the detail messagecause - an inner exceptionCopyright © 2006 Drew Noakes. All Rights Reserved.