Class GetRowCountException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.mapcontrol.dal.feature.swing.table.GetRowCountException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class GetRowCountException extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when getting the total row number, or the total number of Features, throws an error.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • GetRowCountException

      public GetRowCountException()
      Creates a new GetRowCountException.
    • GetRowCountException

      public GetRowCountException(Throwable cause)
      Creates a new GetRowCountException.
      Parameters:
      cause - the cause of the exception
  • Method Details

    • values

      protected Map<String,?> values()
      Overrides:
      values in class org.gvsig.tools.exception.BaseRuntimeException