java.util
public class IllegalFormatFlagsException extends IllegalFormatException
Since: 1.5
Constructor Summary | |
---|---|
IllegalFormatFlagsException(String flags)
Constructs a new IllegalFormatFlagsException
for the specified flags.
|
Method Summary | |
---|---|
String | getFlags()
Returns the illegal flags.
|
IllegalFormatFlagsException
for the specified flags.
Parameters: flags the illegal set of flags.
Throws: NullPointerException if flags
is null.
Returns: the illegal flags.