Character#isValidCodePoint
is passed to the
Formatter
.
Unless otherwise specified, passing a null
argument to any
method or constructor in this class will cause a NullPointerException
to be thrown.
Modifier and Type | Field and Description |
---|---|
private int | |
private static final long |
Access | Constructor and Description |
---|---|
public | IllegalFormatCodePointException(int
The illegal Unicode code point c)Constructs an instance of this class with the specified illegal code
point as defined by |
Modifier and Type | Method and Description |
---|---|
public int | Returns: The illegal Unicode code pointReturns the illegal code point as defined by |
public String | getMessage()
Overrides java. Returns the detail message string of this throwable. |
c | back to summary |
---|---|
private int c |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
IllegalFormatCodePointException | back to summary |
---|---|
public IllegalFormatCodePointException(int c) Constructs an instance of this class with the specified illegal code
point as defined by
|
getCodePoint | back to summary |
---|---|
public int getCodePoint() Returns the illegal code point as defined by
|
getMessage | back to summary |
---|---|
public String getMessage() Overrides java. Doc from java. Returns the detail message string of this throwable.
|