public class ExifProcessingException extends MetadataException
Constructor and Description |
---|
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. |
getInnerException, printStackTrace, printStackTrace, printStackTrace, toString
public ExifProcessingException(java.lang.String message)
ExifProcessingException
with the
specified detail message.message
- the detail messagepublic ExifProcessingException(java.lang.String message, java.lang.Throwable cause)
ExifProcessingException
with the
specified detail message and inner exception.message
- the detail messagecause
- an inner exceptionCopyright © 2006 Drew Noakes. All Rights Reserved.