com.drew.metadata.exif

Class ExifProcessingException


public class ExifProcessingException
extends MetadataException

The exception type raised during reading of Exif data in the instance of unexpected data conditions.
Author:
Drew Noakes http://drewnoakes.com

Constructor Summary

ExifProcessingException(String message)
Constructs an instance of ExifProcessingException with the specified detail message.
ExifProcessingException(String message, 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

Constructor Details

ExifProcessingException

public ExifProcessingException(String message)
Constructs an instance of ExifProcessingException with the specified detail message.
Parameters:
message - the detail message

ExifProcessingException

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

Copyright © 2006 Drew Noakes. All Rights Reserved.