java.util.IllegalFormatCodePointException
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.
Summary
Public Constructors
Public Methods
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
IllegalFormatCodePointException(int c)
Constructs an IllegalFormatCodePointException which is specified by the
invalid Unicode code point.
Parameters
c
| The invalid Unicode code point.
|
Public Methods
public
int
getCodePoint()
Return the invalid Unicode code point.
Returns
- The invalid Unicode code point.
public
String
getMessage()
Return the message string of the IllegalFormatCodePointException.
Returns
- The message string of the IllegalFormatCodePointException.