Class ReversedSelectionIteratorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.dal.exception.DataRuntimeException
org.gvsig.fmap.dal.feature.exception.ReversedSelectionIteratorException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class ReversedSelectionIteratorException extends DataRuntimeException
For errors when creating an iterator from a reversed selection.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • ReversedSelectionIteratorException

      public ReversedSelectionIteratorException()
      Creates a new SelectionStateException.
    • ReversedSelectionIteratorException

      public ReversedSelectionIteratorException(Throwable cause)
      Creates a new SelectionStateException with a cause.