Class IteratorIndexTooBigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.fmap.dal.exception.DataException
org.gvsig.fmap.dal.feature.exception.IteratorIndexTooBigException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class IteratorIndexTooBigException extends DataException
Exception thrown when the index value for an iterator of a FeatureSet is too big.
Author:
2009- César Ordiñana - gvSIG team
See Also:
  • Constructor Details

    • IteratorIndexTooBigException

      public IteratorIndexTooBigException(long value, long maxValue)
      Parameters:
      value - the wanted Iterator index value
      maxValue - the maximum Iterator index value