Class SelectionChangeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.dal.swing.impl.featuretable.SelectionChangeException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class SelectionChangeException extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when there is an error while changing the selection in the table.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • SelectionChangeException

      public SelectionChangeException()
      Constructs a new TableSelectionChangeException with no parameters.
    • SelectionChangeException

      public SelectionChangeException(Throwable cause)
      Constructs a new TableSelectionChangeException with the original cause.