public class IllegalFormatFlagsException extends IllegalFormatException
Formatter#format()
method of a Formatter
form an illegal combination.Constructor and Description |
---|
IllegalFormatFlagsException(String flags)
Constructs a new
IllegalFormatFlagsException
for the specified flags. |
Modifier and Type | Method and Description |
---|---|
String |
getFlags()
Returns the illegal flags.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalFormatFlagsException(String flags)
IllegalFormatFlagsException
for the specified flags.flags
- the illegal set of flags.NullPointerException
- if flags
is null.