ArcGIS Server Geoportal extension
10

com.esri.gpt.control.webharvest
Interface IterationContext


public interface IterationContext

Harvest context.

Since:
10.0

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 -

ArcGIS Server Geoportal extension
10

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