Merge git+ssh://davetron5000@repo.or.cz/srv/git/vimdoclet
[vimdoclet.git] / sample / java.util.IllegalFormatCodePointException.txt
bloba8eb5afb5cf2df828d2e438d2be1bb3119404e10
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|) 
24
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 
28 thrown. 
31 *java.util.IllegalFormatCodePointException(int)*
33 public IllegalFormatCodePointException(int c)
35 Constructs an instance of this class with the specified illegal code point as 
36 defined by (|java.lang.Character|) . 
38     c - The illegal Unicode code point 
40 *java.util.IllegalFormatCodePointException.getCodePoint()*
42 public int getCodePoint()
44 Returns the illegal code point as defined by (|java.lang.Character|) . 
47     Returns: The illegal Unicode code point 
48 *java.util.IllegalFormatCodePointException.getMessage()*
50 public |java.lang.String| getMessage()