java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | java.lang.IllegalArgumentException | |||||
↳ | java.util.IllegalFormatException | |||||
↳ | java.util.IllegalFormatCodePointException |
An IllegalFormatCodePointException
will be thrown if an invalid
Unicode code point (defined by isValidCodePoint(int)
) is
passed as a parameter to a Formatter.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
IllegalFormatCodePointException which is
specified by the invalid Unicode code point.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the invalid Unicode code point.
| |||||||||||
Returns the detail message which was provided when this
Throwable was created.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Constructs a new IllegalFormatCodePointException
which is
specified by the invalid Unicode code point.
c | the invalid Unicode code point. |
---|
Returns the invalid Unicode code point.
Returns the detail message which was provided when this
Throwable
was created. Returns null
if no message was
provided at creation time.