2 The format string specifies a relative index to request that the argument for the previous format specifier
3 be reused. However, there is no previous argument.
6 <p><code>formatter.format("%<s %s", "a", "b")</code>
8 <p>would throw a MissingFormatArgumentException when executed.