1 *java.util.IllegalFormatCodePointException* *IllegalFormatCodePointException* Un
3 public class IllegalFormatCodePointException
4 extends |java.util.IllegalFormatException|
6 |java.util.IllegalFormatCodePointException_Description|
7 |java.util.IllegalFormatCodePointException_Fields|
8 |java.util.IllegalFormatCodePointException_Constructors|
9 |java.util.IllegalFormatCodePointException_Methods|
11 ================================================================================
13 *java.util.IllegalFormatCodePointException_Constructors*
14 |java.util.IllegalFormatCodePointException(int)|Constructs an instance of this
16 *java.util.IllegalFormatCodePointException_Methods*
17 |java.util.IllegalFormatCodePointException.getCodePoint()|Returns the illegal c
18 |java.util.IllegalFormatCodePointException.getMessage()|
20 *java.util.IllegalFormatCodePointException_Description*
22 Unchecked exception thrown when a character with an invalid Unicode code point
23 as defined by (|java.lang.Character|) is passed to the (|java.util.Formatter|)
26 Unless otherwise specified, passing a null argument to any method or
27 constructor in this class will cause a (|java.lang.NullPointerException|) to be
32 *java.util.IllegalFormatCodePointException(int)*
34 public IllegalFormatCodePointException(int c)
36 Constructs an instance of this class with the specified illegal code point as
37 defined by (|java.lang.Character|) .
39 c - The illegal Unicode code point
41 *java.util.IllegalFormatCodePointException.getCodePoint()*
43 public int getCodePoint()
45 Returns the illegal code point as defined by (|java.lang.Character|) .
49 Returns: The illegal Unicode code point
51 *java.util.IllegalFormatCodePointException.getMessage()*
53 public |java.lang.String| getMessage()