All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.cat30.ErrorMessageKeys Maven / Gradle / Ivy

Go to download

Checks a catalogue service implementation for conformance to "OGC Catalogue Services 3.0 Specification -- HTTP Protocol Binding" (OGC 12-176r6) and related specifications.

The newest version!
package org.opengis.cite.cat30;

/**
 * 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 {@code native2ascii} tool must be used to process the files and produce escaped
 * Unicode characters.
 */
public class ErrorMessageKeys {

	/** Constant NOT_SCHEMA_VALID="NotSchemaValid" */
	public static final String NOT_SCHEMA_VALID = "NotSchemaValid";

	/** Constant EMPTY_STRING="EmptyString" */
	public static final String EMPTY_STRING = "EmptyString";

	/** Constant XPATH_RESULT="XPathResult" */
	public static final String XPATH_RESULT = "XPathResult";

	/** Constant NAMESPACE_NAME="NamespaceName" */
	public static final String NAMESPACE_NAME = "NamespaceName";

	/** Constant LOCAL_NAME="LocalName" */
	public static final String LOCAL_NAME = "LocalName";

	/** Constant XML_ERROR="XMLError" */
	public static final String XML_ERROR = "XMLError";

	/** Constant XPATH_ERROR="XPathError" */
	public static final String XPATH_ERROR = "XPathError";

	/** Constant MISSING_INFOSET_ITEM="MissingInfosetItem" */
	public static final String MISSING_INFOSET_ITEM = "MissingInfosetItem";

	/** Constant UNEXPECTED_STATUS="UnexpectedStatus" */
	public static final String UNEXPECTED_STATUS = "UnexpectedStatus";

	/** Constant UNEXPECTED_MEDIA_TYPE="UnexpectedMediaType" */
	public static final String UNEXPECTED_MEDIA_TYPE = "UnexpectedMediaType";

	/** Constant MISSING_ENTITY="MissingEntity" */
	public static final String MISSING_ENTITY = "MissingEntity";

	/** Constant EMPTY_RESULT_SET="EmptyResultSet" */
	public static final String EMPTY_RESULT_SET = "EmptyResultSet";

	/** Constant RESULT_SET_SIZE="ResultSetSize" */
	public static final String RESULT_SET_SIZE = "ResultSetSize";

	/** Constant ID_NOT_FOUND="IdNotFound" */
	public static final String ID_NOT_FOUND = "IdNotFound";

	/** Constant NOT_XML="NotXML" */
	public static final String NOT_XML = "NotXML";

	/** Constant OPENSEARCH_UNAVAIL="OpenSearchUnavailable" */
	public static final String OPENSEARCH_UNAVAIL = "OpenSearchUnavailable";

	/** Constant NAMED_ITEM_NOT_FOUND="NamedItemNotFound" */
	public static final String NAMED_ITEM_NOT_FOUND = "NamedItemNotFound";

	/** Constant INFOSET_ITEM_VALUE="InfosetItemValue" */
	public static final String INFOSET_ITEM_VALUE = "InfosetItemValue";

	/** Constant CONSTRAINT_VIOLATION="ConstraintViolation" */
	public static final String CONSTRAINT_VIOLATION = "ConstraintViolation";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy