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.

Constructor Detail

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.