java.util
public class IllegalFormatCodePointException extends IllegalFormatException
Since: 1.5
Constructor Summary | |
---|---|
IllegalFormatCodePointException(int c)
Constructs a new IllegalFormatCodePointException
which specifies that the character, c , passed to
a {@link Formatter} is an invalid Unicode code point.
|
Method Summary | |
---|---|
int | getCodePoint()
Returns the invalid character.
|
IllegalFormatCodePointException
which specifies that the character, c
, passed to
a {@link Formatter} is an invalid Unicode code point.
Parameters: c the invalid character.
Returns: the invalid character.