Package org.opengis.cite.eogeojson10
Class ErrorMessageKeys
java.lang.Object
org.opengis.cite.eogeojson10.ErrorMessageKeys
Defines keys used to access localized messages for assertion errors. The messages are
stored in Properties files that are encoded in ISO-8859-1 (Latin-1). For some languages
the
native2ascii
tool must be used to process the files and produce escaped
Unicode characters.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
ConstantEMPTY_STRING="EmptyString"
static final String
ConstantLOCAL_NAME="LocalName"
static final String
ConstantMISSING_ENTITY="MissingEntity"
static final String
ConstantMISSING_INFOSET_ITEM="MissingInfosetItem"
static final String
ConstantNAMESPACE_NAME="NamespaceName"
static final String
ConstantNOT_SCHEMA_VALID="NotSchemaValid"
static final String
ConstantUNEXPECTED_MEDIA_TYPE="UnexpectedMediaType"
static final String
ConstantUNEXPECTED_STATUS="UnexpectedStatus"
static final String
ConstantXML_ERROR="XMLError"
static final String
ConstantXPATH_ERROR="XPathError"
static final String
ConstantXPATH_RESULT="XPathResult"
-
Constructor Summary
-
Method Summary
-
Field Details
-
NOT_SCHEMA_VALID
ConstantNOT_SCHEMA_VALID="NotSchemaValid"
- See Also:
-
EMPTY_STRING
ConstantEMPTY_STRING="EmptyString"
- See Also:
-
XPATH_RESULT
ConstantXPATH_RESULT="XPathResult"
- See Also:
-
NAMESPACE_NAME
ConstantNAMESPACE_NAME="NamespaceName"
- See Also:
-
LOCAL_NAME
ConstantLOCAL_NAME="LocalName"
- See Also:
-
XML_ERROR
ConstantXML_ERROR="XMLError"
- See Also:
-
XPATH_ERROR
ConstantXPATH_ERROR="XPathError"
- See Also:
-
MISSING_INFOSET_ITEM
ConstantMISSING_INFOSET_ITEM="MissingInfosetItem"
- See Also:
-
UNEXPECTED_STATUS
ConstantUNEXPECTED_STATUS="UnexpectedStatus"
- See Also:
-
UNEXPECTED_MEDIA_TYPE
ConstantUNEXPECTED_MEDIA_TYPE="UnexpectedMediaType"
- See Also:
-
MISSING_ENTITY
ConstantMISSING_ENTITY="MissingEntity"
- See Also:
-
-
Constructor Details
-
ErrorMessageKeys
public ErrorMessageKeys()
-