Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.drew.metadata.exif
Class ExifProcessingException  view ExifProcessingException download ExifProcessingException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.drew.lang.CompoundException
              extended bycom.drew.metadata.MetadataException
                  extended bycom.drew.metadata.exif.ExifProcessingException
All Implemented Interfaces:
java.io.Serializable

public class ExifProcessingException
extends com.drew.metadata.MetadataException

The exception type raised during reading of Exif 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
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.
 
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

ExifProcessingException

public ExifProcessingException(java.lang.String message)
Constructs an instance of ExifProcessingException with the specified detail message.


ExifProcessingException

public ExifProcessingException(java.lang.String message,
                               java.lang.Throwable cause)
Constructs an instance of ExifProcessingException with the specified detail message and inner exception.