} while (!iterator.nextPixelDone());
} while (!iterator.nextLineDone());
} catch (final Exception cause) {
final RasterFormatException exception = new RasterFormatException(
cause.getLocalizedMessage());
exception.initCause(cause);
throw exception;
}
bandNumber++;
} while (iterator.finishedBands());
}