Unless otherwise specified, passing a null
argument to any
method or constructor in this class will cause a NullPointerException
to be thrown.
Modifier and Type | Field and Description |
---|---|
private String | |
private static final long |
Access | Constructor and Description |
---|---|
public | DuplicateFormatFlagsException(String
The set of format flags which contain a duplicate flag. f)Constructs an instance of this class with the specified flags. |
Modifier and Type | Method and Description |
---|---|
public String | |
public String | getMessage()
Overrides java. Returns the detail message string of this throwable. |
flags | back to summary |
---|---|
private String flags |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
DuplicateFormatFlagsException | back to summary |
---|---|
public DuplicateFormatFlagsException(String f) Constructs an instance of this class with the specified flags.
|
getFlags | back to summary |
---|---|
public String getFlags() Returns the set of flags which contains a duplicate flag.
|
getMessage | back to summary |
---|---|
public String getMessage() Overrides java. Doc from java. Returns the detail message string of this throwable.
|