fixed some formatting typos
[vimdoclet.git] / sample / java.util.MissingFormatWidthException.txt
blobcae6c60973643027c881d2f296f5d8b1b4610310
1 *java.util.MissingFormatWidthException* *MissingFormatWidthException* Unchecked 
3 public class MissingFormatWidthException
4   extends    |java.util.IllegalFormatException|
6 |java.util.MissingFormatWidthException_Description|
7 |java.util.MissingFormatWidthException_Fields|
8 |java.util.MissingFormatWidthException_Constructors|
9 |java.util.MissingFormatWidthException_Methods|
11 ================================================================================
13 *java.util.MissingFormatWidthException_Constructors*
14 |java.util.MissingFormatWidthException(String)|Constructs an instance of this c
16 *java.util.MissingFormatWidthException_Methods*
17 |java.util.MissingFormatWidthException.getFormatSpecifier()|Returns the format 
18 |java.util.MissingFormatWidthException.getMessage()|
20 *java.util.MissingFormatWidthException_Description*
22 Unchecked exception thrown when the format width is required. 
24 Unless otherwise specified, passing a null argument to anyg method or 
25 constructor in this class will cause a (|java.lang.NullPointerException|) to be 
26 thrown. 
30 *java.util.MissingFormatWidthException(String)*
32 public MissingFormatWidthException(java.lang.String s)
34 Constructs an instance of this class with the specified format specifier. 
36     s - The format specifier which does not have a width 
38 *java.util.MissingFormatWidthException.getFormatSpecifier()*
40 public |java.lang.String| getFormatSpecifier()
42 Returns the format specifier which does not have a width. 
46     Returns: The format specifier which does not have a width 
48 *java.util.MissingFormatWidthException.getMessage()*
50 public |java.lang.String| getMessage()