fixed some formatting typos
[vimdoclet.git] / sample / java.util.FormatFlagsConversionMismatchException.txt
blob9469f4ea7f9e1ed20f69825aa49e582850ac3380
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. 
31 *java.util.FormatFlagsConversionMismatchException(String,char)*
33 public FormatFlagsConversionMismatchException(
34   java.lang.String f,
35   char c)
37 Constructs an instance of this class with the specified flag and conversion. 
39     f - The flag 
40     c - The conversion 
42 *java.util.FormatFlagsConversionMismatchException.getConversion()*
44 public char getConversion()
46 Returns the incompatible conversion. 
50     Returns: The conversion 
52 *java.util.FormatFlagsConversionMismatchException.getFlags()*
54 public |java.lang.String| getFlags()
56 Returns the incompatible flag. 
60     Returns: 
62 *java.util.FormatFlagsConversionMismatchException.getMessage()*
64 public |java.lang.String| getMessage()