Merge git+ssh://davetron5000@repo.or.cz/srv/git/vimdoclet
[vimdoclet.git] / sample / java.util.MissingFormatWidthException.txt
blob0b5ddfb8b59a39e1cdf0e329c03497eade67773e
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. 
29 *java.util.MissingFormatWidthException(String)*
31 public MissingFormatWidthException(java.lang.String s)
33 Constructs an instance of this class with the specified format specifier. 
35     s - The format specifier which does not have a width 
37 *java.util.MissingFormatWidthException.getFormatSpecifier()*
39 public |java.lang.String| getFormatSpecifier()
41 Returns the format specifier which does not have a width. 
44     Returns: The format specifier which does not have a width 
45 *java.util.MissingFormatWidthException.getMessage()*
47 public |java.lang.String| getMessage()