repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$util$IllegalFormatConversionException.java
file
oh
o
[]
Unchecked exception thrown when the argument corresponding to the format
specifier is of an incompatible type.
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 mismatched conversion and
the corresponding argument class.
- Parameters:
c
Inapplicable conversionarg
Class of the mismatched argument
Returns the inapplicable conversion.
- Returns:
- The inapplicable conversion
Returns the class of the mismatched argument.
- Returns:
- The class of the mismatched argument