Improved build.xml
[vimdoclet.git] / sample / java.util.IllegalFormatFlagsException.txt
blob4ffccdcfda8d551808eddf7ce8f5d89bda11b0ee
1 *java.util.IllegalFormatFlagsException* *IllegalFormatFlagsException* Unchecked 
3 public class IllegalFormatFlagsException
4   extends    |java.util.IllegalFormatException|
6 |java.util.IllegalFormatFlagsException_Description|
7 |java.util.IllegalFormatFlagsException_Fields|
8 |java.util.IllegalFormatFlagsException_Constructors|
9 |java.util.IllegalFormatFlagsException_Methods|
11 ================================================================================
13 *java.util.IllegalFormatFlagsException_Constructors*
14 |java.util.IllegalFormatFlagsException(String)|Constructs an instance of this c
16 *java.util.IllegalFormatFlagsException_Methods*
17 |java.util.IllegalFormatFlagsException.getFlags()|Returns the set of flags whic
18 |java.util.IllegalFormatFlagsException.getMessage()|
20 *java.util.IllegalFormatFlagsException_Description*
22 Unchecked exception thrown when an illegal combination flags is given. 
24 Unless otherwise specified, passing a null argument to any method or 
25 constructor in this class will cause a (|java.lang.NullPointerException|) to be 
26 thrown. 
29 *java.util.IllegalFormatFlagsException(String)*
31 public IllegalFormatFlagsException(java.lang.String f)
33 Constructs an instance of this class with the specified flags. 
35     f - The set of format flags which contain an illegal combination 
37 *java.util.IllegalFormatFlagsException.getFlags()*
39 public |java.lang.String| getFlags()
41 Returns the set of flags which contains an illegal combination. 
44     Returns: 
45 *java.util.IllegalFormatFlagsException.getMessage()*
47 public |java.lang.String| getMessage()