java.util
public class DuplicateFormatFlagsException extends IllegalFormatException
Since: 1.5
Constructor Summary | |
---|---|
DuplicateFormatFlagsException(String flags)
Constructs a new DuplicateFormatFlagsException
which specifies that the supplied set of flags contains a
duplicate.
|
Method Summary | |
---|---|
String | getFlags()
Returns the flags which contain a duplicate.
|
DuplicateFormatFlagsException
which specifies that the supplied set of flags contains a
duplicate.
Parameters: flags the flags containing a duplicate.
Throws: NullPointerException if flags
is null.
Returns: the flags.