public class IllegalFormatFlagsException 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 |
---|
IllegalFormatFlagsException(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 illegal combination.
|
java.lang.String |
getMessage() |