Package org.gvsig.gpe.lib.impl.warnings
Class FeatureNotSupportedWarning
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.gpe.lib.impl.warnings.FeatureNotSupportedWarning
- All Implemented Interfaces:
Serializable,org.gvsig.tools.exception.IBaseException
public class FeatureNotSupportedWarning
extends org.gvsig.tools.exception.BaseException
This warning is throwed when an application try to write
a feature that the current format doesn't supports it.
A feature in this case is not a "geographic feature":
is a detail: A layer with bbox, a leyer name... *
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringMETADATAstatic final Stringstatic final StringCURVE CREATIONS FOR GML 3static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringTIMEFields inherited from class org.gvsig.tools.exception.BaseException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionFeatureNotSupportedWarning(String feature) FeatureNotSupportedWarning(String feature, String parserName) -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseException
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValueMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
LAYERWITHNAME
- See Also:
-
LAYERWITHDESCRIPTION
- See Also:
-
LAYERWITHBBOX
- See Also:
-
LAYERWITHSRS
- See Also:
-
FEATUEWITHBBOX
- See Also:
-
FEATUREWITHELEMENTS
- See Also:
-
FEATUREWITHNAME
- See Also:
-
FEATURECREATION
- See Also:
-
FEATUREWITHGEOMETRY
- See Also:
-
LAYERCREATION
- See Also:
-
LAYERWITHCHILDREN
- See Also:
-
LAYERWITHFEATURES
- See Also:
-
ELEMENTCREATION
- See Also:
-
ELEMENTWITHCHILDREN
- See Also:
-
BBOXCREATION
- See Also:
-
POINTCREATION
- See Also:
-
LINESTRINGCREATION
- See Also:
-
LINEARRINGCREATION
- See Also:
-
POLYGONCREATION
- See Also:
-
POLYGONWITHINNERPOLYGON
- See Also:
-
INNERBOUNDARYCREATION
- See Also:
-
MULTIPOINTCREATION
- See Also:
-
MULTILINESTRINGCREATION
- See Also:
-
MULTIPOLYGONCREATION
- See Also:
-
MULTIGEOMETRYCREATION
- See Also:
-
MULTICURVECREATION
CURVE CREATIONS FOR GML 3- See Also:
-
CURVECREATION
- See Also:
-
METADATACREATION
METADATA- See Also:
-
FEATUREWITHMETADATA
- See Also:
-
METADATAWITHCHILDREN
- See Also:
-
TIMECREATION
TIME- See Also:
-
FEATUREWITHTIME
- See Also:
-
-
Constructor Details
-
FeatureNotSupportedWarning
-
FeatureNotSupportedWarning
-
-
Method Details
-
values
- Overrides:
valuesin classorg.gvsig.tools.exception.BaseException
-