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
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
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.
49 *java.util.DuplicateFormatFlagsException.getMessage()*
51 public |java.lang.String| getMessage()