2 One of the arguments is uncompatible with the corresponding format string specifier.
3 As a result, this will generate a runtime exception when executed.
4 For example, <code>String.format("%d", "1")</code> will generate an exception, since
5 the String "1" is incompatible with the format specifier %d.