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 | UnknownFormatFlagsException(String
The set of format flags which contain an unknown 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. |
UnknownFormatFlagsException | back to summary |
---|---|
public UnknownFormatFlagsException(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 an unknown flag.
|
getMessage | back to summary |
---|---|
public String getMessage() Overrides java. Doc from java. Returns the detail message string of this throwable.
|