Package org.opengis.cite.cat30
Class ErrorMessageKeys
java.lang.Object
org.opengis.cite.cat30.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
FieldsModifier and TypeFieldDescriptionstatic final StringConstantCONSTRAINT_VIOLATION="ConstraintViolation"static final StringConstantEMPTY_RESULT_SET="EmptyResultSet"static final StringConstantEMPTY_STRING="EmptyString"static final StringConstantID_NOT_FOUND="IdNotFound"static final StringConstantINFOSET_ITEM_VALUE="InfosetItemValue"static final StringConstantLOCAL_NAME="LocalName"static final StringConstantMISSING_ENTITY="MissingEntity"static final StringConstantMISSING_INFOSET_ITEM="MissingInfosetItem"static final StringConstantNAMED_ITEM_NOT_FOUND="NamedItemNotFound"static final StringConstantNAMESPACE_NAME="NamespaceName"static final StringConstantNOT_SCHEMA_VALID="NotSchemaValid"static final StringConstantNOT_XML="NotXML"static final StringConstantOPENSEARCH_UNAVAIL="OpenSearchUnavailable"static final StringConstantRESULT_SET_SIZE="ResultSetSize"static final StringConstantUNEXPECTED_MEDIA_TYPE="UnexpectedMediaType"static final StringConstantUNEXPECTED_STATUS="UnexpectedStatus"static final StringConstantXML_ERROR="XMLError"static final StringConstantXPATH_ERROR="XPathError"static final StringConstantXPATH_RESULT="XPathResult" - 
Constructor Summary
Constructors - 
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:
 
 - 
EMPTY_RESULT_SET
ConstantEMPTY_RESULT_SET="EmptyResultSet"- See Also:
 
 - 
RESULT_SET_SIZE
ConstantRESULT_SET_SIZE="ResultSetSize"- See Also:
 
 - 
ID_NOT_FOUND
ConstantID_NOT_FOUND="IdNotFound"- See Also:
 
 - 
NOT_XML
ConstantNOT_XML="NotXML"- See Also:
 
 - 
OPENSEARCH_UNAVAIL
ConstantOPENSEARCH_UNAVAIL="OpenSearchUnavailable"- See Also:
 
 - 
NAMED_ITEM_NOT_FOUND
ConstantNAMED_ITEM_NOT_FOUND="NamedItemNotFound"- See Also:
 
 - 
INFOSET_ITEM_VALUE
ConstantINFOSET_ITEM_VALUE="InfosetItemValue"- See Also:
 
 - 
CONSTRAINT_VIOLATION
ConstantCONSTRAINT_VIOLATION="ConstraintViolation"- See Also:
 
 
 - 
 - 
Constructor Details
- 
ErrorMessageKeys
public ErrorMessageKeys() 
 -