The unchecked exception will be thrown out if an invalid Unicode code point,
which is Character.isValidCodePoint(int), is passed as a parameter to
Formatter.
Constructor Summary
public
IllegalFormatCodePointException(int c) Constructs an IllegalFormatCodePointException which is specified by the
invalid Unicode code point.
Method Summary
public int
getCodePoint() Return the invalid Unicode code point.