The unchecked exception will be thrown out when the parameter is incompatible
with the corresponding format specifier.
since: 1.5
Constructor Summary
public
IllegalFormatConversionException(char c, Class arg) Constructs an IllegalFormatConversionException with the class of the
mismatched conversion and corresponding parameter.
getMessage() Return the message string of the IllegalFormatConversionException.
Constructor Detail
IllegalFormatConversionException
public IllegalFormatConversionException(char c, Class arg)(Code)
Constructs an IllegalFormatConversionException with the class of the
mismatched conversion and corresponding parameter.
Parameters: c - The class of the mismatched conversion. Parameters: arg - The corresponding parameter.