Merge git+ssh://davetron5000@repo.or.cz/srv/git/vimdoclet
[vimdoclet.git] / sample / java.util.FormatFlagsConversionMismatchException.txt
blob888c0e985ea68e9a100f27054edac1a11c34c9c2
1 *java.util.FormatFlagsConversionMismatchException* *FormatFlagsConversionMismatchException* 
3 public class FormatFlagsConversionMismatchException
4   extends    |java.util.IllegalFormatException|
6 |java.util.FormatFlagsConversionMismatchException_Description|
7 |java.util.FormatFlagsConversionMismatchException_Fields|
8 |java.util.FormatFlagsConversionMismatchException_Constructors|
9 |java.util.FormatFlagsConversionMismatchException_Methods|
11 ================================================================================
13 *java.util.FormatFlagsConversionMismatchException_Constructors*
14 |java.util.FormatFlagsConversionMismatchException(String,char)|Constructs an in
16 *java.util.FormatFlagsConversionMismatchException_Methods*
17 |java.util.FormatFlagsConversionMismatchException.getConversion()|Returns the i
18 |java.util.FormatFlagsConversionMismatchException.getFlags()|Returns the incomp
19 |java.util.FormatFlagsConversionMismatchException.getMessage()|
21 *java.util.FormatFlagsConversionMismatchException_Description*
23 Unchecked exception thrown when a conversion and flag are incompatible. 
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. 
30 *java.util.FormatFlagsConversionMismatchException(String,char)*
32 public FormatFlagsConversionMismatchException(
33   java.lang.String f,
34   char c)
36 Constructs an instance of this class with the specified flag and conversion. 
38     f - The flag 
39     c - The conversion 
41 *java.util.FormatFlagsConversionMismatchException.getConversion()*
43 public char getConversion()
45 Returns the incompatible conversion. 
48     Returns: The conversion 
49 *java.util.FormatFlagsConversionMismatchException.getFlags()*
51 public |java.lang.String| getFlags()
53 Returns the incompatible flag. 
56     Returns: 
57 *java.util.FormatFlagsConversionMismatchException.getMessage()*
59 public |java.lang.String| getMessage()