repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$util$UnknownFormatFlagsException.java
file
oh
o
[]
Unchecked exception thrown when an unknown flag is given.
Unless otherwise specified, passing a null argument to any
method or constructor in this class will cause a java.lang.NullPointerException to be thrown.
Constructs an instance of this class with the specified flags.
- Parameters:
f
The set of format flags which contain an unknown flag
Returns the set of flags which contains an unknown flag.
return "Flags = " + flags;