Returns the message string of the DuplicateFormatFlagsException.
return
the message string of the DuplicateFormatFlagsException.
StringBuilder buffer = new StringBuilder();
buffer.append("Flags of the DuplicateFormatFlagsException is'");
buffer.append(flags);
buffer.append("'");
return buffer.toString();