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 | UnknownFormatConversionException(String
Unknown conversion s)Constructs an instance of this class with the unknown conversion. |
Modifier and Type | Method and Description |
---|---|
public String | |
public String | getMessage()
Overrides java. Returns the detail message string of this throwable. |
s | back to summary |
---|---|
private String s |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
UnknownFormatConversionException | back to summary |
---|---|
public UnknownFormatConversionException(String s) Constructs an instance of this class with the unknown conversion.
|
getConversion | back to summary |
---|---|
public String getConversion() Returns the unknown conversion.
|
getMessage | back to summary |
---|---|
public String getMessage() Overrides java. Doc from java. Returns the detail message string of this throwable.
|