public class IllegalFormatFlagsException extends IllegalFormatException
Formatter#format()
method of a Formatter form an illegal combination.| Constructor and Description |
|---|
IllegalFormatFlagsException(java.lang.String flags)
Constructs a new
IllegalFormatFlagsException
for the specified flags. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFlags()
Returns the illegal flags.
|
public IllegalFormatFlagsException(java.lang.String flags)
IllegalFormatFlagsException
for the specified flags.flags - the illegal set of flags.java.lang.NullPointerException - if flags is null.public java.lang.String getFlags()