public class UnknownFormatFlagsException extends IllegalFormatException
Unless otherwise specified, passing a null argument to any method or constructor in this class will cause a
NullPointerException to be thrown.
| Constructor and Description |
|---|
UnknownFormatFlagsException(java.lang.String f)
Constructs an instance of this class with the specified flags.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFlags()
Returns the set of flags which contains an unknown flag.
|
java.lang.String |
getMessage() |