Class SchemaMessages


  • public final class SchemaMessages
    extends Object
    This file contains localizable message descriptors having the resource name org.opends.messages.schema. This file was generated automatically by the opendj-maven-plugin from the property file org/opends/messages/schema.properties and it should not be manually edited.
    • 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
      • 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_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_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's org.slf4j.LoggerFactory#getLogger(String name).
        Returns:
        The name of the resource associated with the messages contained in this class.