|
|||||||||
| Home >> All >> com >> drew >> metadata >> [ iptc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.drew.metadata.iptc
Class IptcProcessingException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.drew.lang.CompoundException
com.drew.metadata.MetadataException
com.drew.metadata.iptc.IptcProcessingException
- All Implemented Interfaces:
- java.io.Serializable
- public class IptcProcessingException
- extends com.drew.metadata.MetadataException
The exception type raised during reading of Iptc data in the instance of unexpected data conditions.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class com.drew.lang.CompoundException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| 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. |
|
| 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(java.lang.String message)
- Constructs an instance of
ExifProcessingExceptionwith the specified detail message.
IptcProcessingException
public IptcProcessingException(java.lang.String message, java.lang.Throwable cause)
- Constructs an instance of
IptcProcessingExceptionwith the specified detail message and inner exception.
|
|||||||||
| Home >> All >> com >> drew >> metadata >> [ iptc overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC