类 ObjectError

    • 构造器详细资料

      • ObjectError

        public ObjectError​(String objectName,
                           String defaultMessage)
        Create a new instance of the ObjectError class.
        参数:
        objectName - the name of the affected object
        defaultMessage - the default message to be used to resolve this message
      • ObjectError

        public ObjectError​(String objectName,
                           @Nullable
                           String[] codes,
                           @Nullable
                           Object[] arguments,
                           @Nullable
                           String defaultMessage)
        Create a new instance of the ObjectError class.
        参数:
        objectName - the name of the affected object
        codes - the codes to be used to resolve this message
        arguments - the array of arguments to be used to resolve this message
        defaultMessage - the default message to be used to resolve this message