Package org.opends.messages
Class SchemaMessages
- java.lang.Object
-
- org.opends.messages.SchemaMessages
-
public final class SchemaMessages extends Object
This file contains localizable message descriptors having the resource nameorg.opends.messages.schema
. This file was generated automatically by theopendj-maven-plugin
from the property fileorg/opends/messages/schema.properties
and it should not be manually edited.
-
-
Field Summary
Fields Modifier and Type Field Description static LocalizableMessageDescriptor.Arg3<Object,Character,Number>
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not allowed in an attribute name
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH
The provided value "%s" could not be parsed as a valid distinguished name because the hyphen character is not allowed as the first character of an attribute name
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD
The provided value "%s" could not be parsed as a valid distinguished name because the parsed attribute name %s included a period but that name did not appear to be a valid OID
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME
The provided value "%s" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE
The provided value "%s" could not be parsed as a valid distinguished name because an unexpected failure occurred while attempting to parse an attribute value from one of the RDN components: "%s"
static LocalizableMessageDescriptor.Arg2<Object,Object>
ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was part of the attribute name '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ATTR_SYNTAX_DN_END_WITH_COMMA
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was a comma or semicolon
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a value with an escaped hexadecimal digit that was not followed by a second hexadecimal digit
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but was not followed by a positive multiple of two hexadecimal digits
static LocalizableMessageDescriptor.Arg3<Object,Character,Number>
ERR_ATTR_SYNTAX_DN_INVALID_CHAR
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not valid
static LocalizableMessageDescriptor.Arg2<Object,Character>
ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but contained a character %c that was not a valid hexadecimal digit
static LocalizableMessageDescriptor.Arg3<Object,Object,Character>
ERR_ATTR_SYNTAX_DN_NO_EQUAL
The provided value "%s" could not be parsed as a valid distinguished name because the next non-space character after attribute name "%s" should have been an equal sign but instead was '%c'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a quoted value that did not have a corresponding closing quotation mark
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID
The provided value "%s" could not be parsed as a valid RFC 3672 subtree specification
static LocalizableMessageDescriptor.Arg1<Object>
ERR_ATTR_SYNTAX_SUBTREE_SPECIFICATION_INVALID
The provided value "%s" could not be parsed as a valid subtree specification
static LocalizableMessageDescriptor.Arg1<Object>
ERR_PARSING_ATTRIBUTE_TYPE_OID
Unable to parse the OID from the provided definition of attribute type: '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_PARSING_DIT_CONTENT_RULE_OID
Unable to parse the OID from the provided definition of DIT content rule: '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_PARSING_DIT_STRUCTURE_RULE_RULEID
Unable to parse the rule ID from the provided definition of DIT structure rule: '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_PARSING_LDAP_SYNTAX_OID
Unable to parse the OID from the provided definition of ldap syntax: '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_PARSING_MATCHING_RULE_USE_OID
Unable to parse the OID from the provided definition of matching rule use: '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_PARSING_NAME_FORM_OID
Unable to parse the OID from the provided definition of name form: '%s'
static LocalizableMessageDescriptor.Arg1<Object>
ERR_PARSING_OBJECTCLASS_OID
Unable to parse the OID from the provided definition of objectclass: '%s'
static LocalizableMessageDescriptor.Arg2<Number,Object>
ERR_SCHEMA_HAS_WARNINGS
There should be no warnings on the schema, but instead got %d warnings: %s
static LocalizableMessageDescriptor.Arg2<Object,Object>
NOTE_SCHEMA_IMPORT_FAILED
A schema element could not be imported: %s, %s
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
resourceName()
Returns the name of the resource associated with the messages contained in this class.
-
-
-
Field Detail
-
ERR_ATTR_SYNTAX_DN_END_WITH_COMMA
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTR_SYNTAX_DN_END_WITH_COMMA
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was a comma or semicolon
-
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR
public static final LocalizableMessageDescriptor.Arg3<Object,Character,Number> ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_CHAR
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not allowed in an attribute name
-
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_INITIAL_DASH
The provided value "%s" could not be parsed as a valid distinguished name because the hyphen character is not allowed as the first character of an attribute name
-
ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTR_SYNTAX_DN_ATTR_NO_NAME
The provided value "%s" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name
-
ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ATTR_SYNTAX_DN_ATTR_ILLEGAL_PERIOD
The provided value "%s" could not be parsed as a valid distinguished name because the parsed attribute name %s included a period but that name did not appear to be a valid OID
-
ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ATTR_SYNTAX_DN_END_WITH_ATTR_NAME
The provided value "%s" could not be parsed as a valid distinguished name because the last non-space character was part of the attribute name '%s'
-
ERR_ATTR_SYNTAX_DN_NO_EQUAL
public static final LocalizableMessageDescriptor.Arg3<Object,Object,Character> ERR_ATTR_SYNTAX_DN_NO_EQUAL
The provided value "%s" could not be parsed as a valid distinguished name because the next non-space character after attribute name "%s" should have been an equal sign but instead was '%c'
-
ERR_ATTR_SYNTAX_DN_INVALID_CHAR
public static final LocalizableMessageDescriptor.Arg3<Object,Character,Number> ERR_ATTR_SYNTAX_DN_INVALID_CHAR
The provided value "%s" could not be parsed as a valid distinguished name because character '%c' at position %d is not valid
-
ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTR_SYNTAX_DN_HEX_VALUE_TOO_SHORT
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but was not followed by a positive multiple of two hexadecimal digits
-
ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT
public static final LocalizableMessageDescriptor.Arg2<Object,Character> ERR_ATTR_SYNTAX_DN_INVALID_HEX_DIGIT
The provided value "%s" could not be parsed as a valid distinguished name because an attribute value started with an octothorpe (#) but contained a character %c that was not a valid hexadecimal digit
-
ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE
public static final LocalizableMessageDescriptor.Arg2<Object,Object> ERR_ATTR_SYNTAX_DN_ATTR_VALUE_DECODE_FAILURE
The provided value "%s" could not be parsed as a valid distinguished name because an unexpected failure occurred while attempting to parse an attribute value from one of the RDN components: "%s"
-
ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTR_SYNTAX_DN_UNMATCHED_QUOTE
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a quoted value that did not have a corresponding closing quotation mark
-
ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTR_SYNTAX_DN_ESCAPED_HEX_VALUE_INVALID
The provided value "%s" could not be parsed as a valid distinguished name because one of the RDN components included a value with an escaped hexadecimal digit that was not followed by a second hexadecimal digit
-
ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTR_SYNTAX_RFC3672_SUBTREE_SPECIFICATION_INVALID
The provided value "%s" could not be parsed as a valid RFC 3672 subtree specification
-
ERR_ATTR_SYNTAX_SUBTREE_SPECIFICATION_INVALID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ATTR_SYNTAX_SUBTREE_SPECIFICATION_INVALID
The provided value "%s" could not be parsed as a valid subtree specification
-
NOTE_SCHEMA_IMPORT_FAILED
public static final LocalizableMessageDescriptor.Arg2<Object,Object> NOTE_SCHEMA_IMPORT_FAILED
A schema element could not be imported: %s, %s
-
ERR_SCHEMA_HAS_WARNINGS
public static final LocalizableMessageDescriptor.Arg2<Number,Object> ERR_SCHEMA_HAS_WARNINGS
There should be no warnings on the schema, but instead got %d warnings: %s
-
ERR_PARSING_OBJECTCLASS_OID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PARSING_OBJECTCLASS_OID
Unable to parse the OID from the provided definition of objectclass: '%s'
-
ERR_PARSING_ATTRIBUTE_TYPE_OID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PARSING_ATTRIBUTE_TYPE_OID
Unable to parse the OID from the provided definition of attribute type: '%s'
-
ERR_PARSING_LDAP_SYNTAX_OID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PARSING_LDAP_SYNTAX_OID
Unable to parse the OID from the provided definition of ldap syntax: '%s'
-
ERR_PARSING_MATCHING_RULE_USE_OID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PARSING_MATCHING_RULE_USE_OID
Unable to parse the OID from the provided definition of matching rule use: '%s'
-
ERR_PARSING_NAME_FORM_OID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PARSING_NAME_FORM_OID
Unable to parse the OID from the provided definition of name form: '%s'
-
ERR_PARSING_DIT_CONTENT_RULE_OID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PARSING_DIT_CONTENT_RULE_OID
Unable to parse the OID from the provided definition of DIT content rule: '%s'
-
ERR_PARSING_DIT_STRUCTURE_RULE_RULEID
public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PARSING_DIT_STRUCTURE_RULE_RULEID
Unable to parse the rule ID from the provided definition of DIT structure rule: '%s'
-
-
Method Detail
-
resourceName
public static String resourceName()
Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J'sorg.slf4j.LoggerFactory#getLogger(String name)
.- Returns:
- The name of the resource associated with the messages contained in this class.
-
-