public class UnknownFormatFlagsException extends IllegalFormatException
Formatter is supplied with an
unknown flag.| Constructor and Description |
|---|
UnknownFormatFlagsException(String s)
Constructs a new
UnknownFormatFlagsException
which specifies that the supplied set of flags contains a
unknown. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFlags()
Returns the flags which contain a unknown.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownFormatFlagsException(String s)
UnknownFormatFlagsException
which specifies that the supplied set of flags contains a
unknown.flags - the flags containing a unknown.NullPointerException - if flags is null.