Improved build.xml
[vimdoclet.git] / sample / java.util.MissingFormatArgumentException.txt
blobc17ccf7ad21e9db30d49036271301d13543b12ca
1 *java.util.MissingFormatArgumentException* *MissingFormatArgumentException* Unch
3 public class MissingFormatArgumentException
4   extends    |java.util.IllegalFormatException|
6 |java.util.MissingFormatArgumentException_Description|
7 |java.util.MissingFormatArgumentException_Fields|
8 |java.util.MissingFormatArgumentException_Constructors|
9 |java.util.MissingFormatArgumentException_Methods|
11 ================================================================================
13 *java.util.MissingFormatArgumentException_Constructors*
14 |java.util.MissingFormatArgumentException(String)|Constructs an instance of thi
16 *java.util.MissingFormatArgumentException_Methods*
17 |java.util.MissingFormatArgumentException.getFormatSpecifier()|Returns the unma
18 |java.util.MissingFormatArgumentException.getMessage()|
20 *java.util.MissingFormatArgumentException_Description*
22 Unchecked exception thrown when there is a format specifier which does not have 
23 a corresponding argument or if an argument index refers to an argument that 
24 does not exist. 
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.MissingFormatArgumentException(String)*
33 public MissingFormatArgumentException(java.lang.String s)
35 Constructs an instance of this class with the unmatched format specifier. 
37     s - Format specifier which does not have a corresponding argument 
39 *java.util.MissingFormatArgumentException.getFormatSpecifier()*
41 public |java.lang.String| getFormatSpecifier()
43 Returns the unmatched format specifier. 
46     Returns: The unmatched format specifier 
47 *java.util.MissingFormatArgumentException.getMessage()*
49 public |java.lang.String| getMessage()