Metadata Extractor Logo

com.drew.metadata
Class MetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.drew.lang.CompoundException
              extended by com.drew.metadata.MetadataException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExifProcessingException, IptcProcessingException

public class MetadataException
extends CompoundException

Base class for all metadata specific exceptions.

See Also:
Serialized Form

Constructor Summary
MetadataException(java.lang.String msg)
           
MetadataException(java.lang.String msg, java.lang.Throwable innerException)
           
MetadataException(java.lang.Throwable 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

MetadataException

public MetadataException(java.lang.String msg)

MetadataException

public MetadataException(java.lang.Throwable exception)

MetadataException

public MetadataException(java.lang.String msg,
                         java.lang.Throwable innerException)

Metadata Extractor Logo

Copyright © 2006 Drew Noakes. All Rights Reserved.