fixed some formatting typos
[vimdoclet.git] / sample / java.util.DuplicateFormatFlagsException.txt
blob31d3cc638cd3ffe698e30448971ffe0a83754926
1 *java.util.DuplicateFormatFlagsException* *DuplicateFormatFlagsException* Unchec
3 public class DuplicateFormatFlagsException
4   extends    |java.util.IllegalFormatException|
6 |java.util.DuplicateFormatFlagsException_Description|
7 |java.util.DuplicateFormatFlagsException_Fields|
8 |java.util.DuplicateFormatFlagsException_Constructors|
9 |java.util.DuplicateFormatFlagsException_Methods|
11 ================================================================================
13 *java.util.DuplicateFormatFlagsException_Constructors*
14 |java.util.DuplicateFormatFlagsException(String)|Constructs an instance of this
16 *java.util.DuplicateFormatFlagsException_Methods*
17 |java.util.DuplicateFormatFlagsException.getFlags()|Returns the set of flags wh
18 |java.util.DuplicateFormatFlagsException.getMessage()|
20 *java.util.DuplicateFormatFlagsException_Description*
22 Unchecked exception thrown when duplicate flags are provided in the format 
23 specifier. 
25 Unless otherwise specified, passing a null argument to any method or 
26 constructor in this class will cause a (|java.lang.NullPointerException|) to be 
27 thrown. 
31 *java.util.DuplicateFormatFlagsException(String)*
33 public DuplicateFormatFlagsException(java.lang.String f)
35 Constructs an instance of this class with the specified flags. 
37     f - The set of format flags which contain a duplicate flag. 
39 *java.util.DuplicateFormatFlagsException.getFlags()*
41 public |java.lang.String| getFlags()
43 Returns the set of flags which contains a duplicate flag. 
47     Returns: 
49 *java.util.DuplicateFormatFlagsException.getMessage()*
51 public |java.lang.String| getMessage()