com.drew.metadata.exif
Class ExifProcessingException
public class ExifProcessingException
The exception type raised during reading of Exif data in the instance of
unexpected data conditions.
- Drew Noakes http://drewnoakes.com
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.
|
ExifProcessingException
public ExifProcessingException(String message)
Constructs an instance of ExifProcessingException
with the
specified detail message.
message
- the detail message
ExifProcessingException
public ExifProcessingException(String message,
Throwable cause)
Constructs an instance of ExifProcessingException
with the
specified detail message and inner exception.
message
- the detail messagecause
- an inner exception
Copyright © 2006 Drew Noakes. All Rights Reserved.