}
}
if (iiometa == null) {
if (firstIOException == null) {
throw new ImageException("Could not extract image metadata");
} else {
throw new ImageException("I/O error while extracting image metadata"
+ (firstIOException.getMessage() != null
? ": " + firstIOException.getMessage()
: ""),
firstIOException);
}