|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.lang.Throwable
![]()
![]()
![]()
java.lang.Exception
![]()
![]()
![]()
java.lang.RuntimeException
![]()
![]()
![]()
java.lang.IllegalArgumentException
![]()
![]()
![]()
java.util.IllegalFormatException
![]()
![]()
![]()
java.util.IllegalFormatCodePointException

public class IllegalFormatCodePointException

Unchecked exception thrown when a character with an invalid Unicode code
point as defined by Character.isValidCodePoint(int)
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.
| Constructor Summary | |
|---|---|
IllegalFormatCodePointException
Constructs an instance of this class with the specified illegal code point as defined by Character.isValidCodePoint(int) . |
|
| Method Summary | |
|---|---|
int |
getCodePoint
Returns the illegal code point as defined by Character.isValidCodePoint(int) . |
String |
getMessage
Returns the detail message string of this throwable. |
Methods inherited from class java.lang.Throwable ![]() |
|---|
fillInStackTrace |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Constructor Detail |
|---|

public IllegalFormatCodePointException(int c)
Character.isValidCodePoint(int)
.
c - The illegal Unicode code point| Method Detail |
|---|

public int getCodePoint()
Character.isValidCodePoint(int)
.

public String![]()
![]()
getMessage()
Throwable

getMessage

in class Throwable

|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||