Esri Geoportal Server
1.0

com.esri.gpt.control.webharvest
Interface IterationContext


public interface IterationContext

Harvest context.


Method Summary
 void onIterationException(Exception ex)
          Privides a way to capture exception which cannot be rethrown.
 

Method Detail

onIterationException

void onIterationException(Exception ex)
Privides a way to capture exception which cannot be rethrown. Both methods Iterator.hasNext() and Iterator.next() don't allow to throw any checked exception even if an implementation actually should throw it.

Parameters:
ex -

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.