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:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new GetRowCountException.GetRowCountException(Throwable cause) Creates a new GetRowCountException. -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
GetRowCountException
public GetRowCountException()Creates a new GetRowCountException. -
GetRowCountException
Creates a new GetRowCountException.- Parameters:
cause- the cause of the exception
-
-
Method Details
-
values
- Overrides:
valuesin classorg.gvsig.tools.exception.BaseRuntimeException
-