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 Class | |
private char | |
private static final long |
Access | Constructor and Description |
---|---|
public | IllegalFormatConversionException(char
Inapplicable conversion c, Class<?> Class of the mismatched argument arg)Constructs an instance of this class with the mismatched conversion and the corresponding argument class. |
Modifier and Type | Method and Description |
---|---|
public Class | Returns: The class of the mismatched argumentReturns the class of the mismatched argument. |
public char | |
public String | getMessage()
Overrides java. Returns the detail message string of this throwable. |
arg | back to summary |
---|---|
private Class<?> arg |
c | back to summary |
---|---|
private char c |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
IllegalFormatConversionException | back to summary |
---|---|
public IllegalFormatConversionException(char c, Class<?> arg) Constructs an instance of this class with the mismatched conversion and the corresponding argument class.
|
getArgumentClass | back to summary |
---|---|
public Class Returns the class of the mismatched argument.
|
getConversion | back to summary |
---|---|
public char getConversion() Returns the inapplicable conversion.
|
getMessage | back to summary |
---|---|
public String getMessage() Overrides java. Doc from java. Returns the detail message string of this throwable.
|