Constructs a new {@code UnknownFormatFlagsException} with the specified flags.paramf the specified flags. if (null == f) { throw new NullPointerException(); } flags = f;
if (null == f) { throw new NullPointerException(); } flags = f;
Returns the flags associated with the exception.returnthe flags associated with the exception. return flags;
return flags;
Returns the message associated with the exception.returnthe message associated with the exception. return Msg.getString("K034a", flags);
return Msg.getString("K034a", flags);