repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$util$IllegalFormatFlagsException.java
file
oh
o
[]
Unchecked exception thrown when an illegal combination flags 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 illegal combination
Returns the set of flags which contains an illegal combination.
return "Flags = '" + flags + "'";