Class FeaturesDataReloadException

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

public class FeaturesDataReloadException extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when there is an error while reloading the Features of a FeatureTable.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • FeaturesDataReloadException

      public FeaturesDataReloadException()
      Creates a new Exception when setting a Feature value.
    • FeaturesDataReloadException

      public FeaturesDataReloadException(Throwable cause)
      Creates a new Exception when setting a Feature value.
      Parameters:
      cause - the original Throwable