Class FeatureTypeListException
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.FeatureTypeListException
- All Implemented Interfaces:
Serializable,org.gvsig.tools.exception.IBaseException
public class FeatureTypeListException
extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when preparing the list of
FeatureTypes or selecting
one of them.- Author:
- 2009- César Ordiñana - gvSIG team
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new FeatureTypeLoadException. -
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, toString, valuesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FeatureTypeListException
Constructs a new FeatureTypeLoadException.- Parameters:
cause- the original exception cause
-