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
NullPointerException to be thrown.
version: 1.10, 05/05/07 since: 1.5
Constructor Summary
public
IllegalFormatConversionException(char c, Class> arg) Constructs an instance of this class with the mismatched conversion and
the corresponding argument class.
public IllegalFormatConversionException(char c, Class> arg)(Code)
Constructs an instance of this class with the mismatched conversion and
the corresponding argument class.
Parameters: c - Inapplicable conversion Parameters: arg - Class of the mismatched argument