|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.metadata.MetadataException
com.drew.metadata.iptc.IptcProcessingException
public class IptcProcessingException
The exception type raised during reading of Iptc data in the instance of unexpected data conditions.
| Constructor Summary | |
|---|---|
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. |
|
| 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 |
|---|
public IptcProcessingException(java.lang.String message)
ExifProcessingException with the
specified detail message.
message - the detail message
public IptcProcessingException(java.lang.String message,
java.lang.Throwable cause)
IptcProcessingException with the
specified detail message and inner exception.
message - the detail messagecause - an inner exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||