|
||||||||||
| 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.exif.ExifProcessingException
public class ExifProcessingException
The exception type raised during reading of Exif data in the instance of unexpected data conditions.
| Constructor Summary | |
|---|---|
ExifProcessingException(java.lang.String message)
Constructs an instance of ExifProcessingException with the
specified detail message. |
|
ExifProcessingException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of ExifProcessingException 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 ExifProcessingException(java.lang.String message)
ExifProcessingException with the
specified detail message.
message - the detail message
public ExifProcessingException(java.lang.String message,
java.lang.Throwable cause)
ExifProcessingException 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 | |||||||||