repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$util$FormatFlagsConversionMismatchException.java
file
oh
o
[]
Unchecked exception thrown when a conversion and flag are incompatible.
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 flag
and conversion.
- Parameters:
f
The flagc
The conversion
Returns the incompatible flag.
Returns the incompatible conversion.
return "Conversion = " + c + ", Flags = " + f;