public class UnknownFormatConversionException extends IllegalFormatException
Formatter is supplied with an
unknown conversion.| Constructor and Description |
|---|
UnknownFormatConversionException(java.lang.String s)
Constructs a new
UnknownFormatConversionException
for the specified conversion string. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConversion()
Returns the conversion string.
|
public UnknownFormatConversionException(java.lang.String s)
UnknownFormatConversionException
for the specified conversion string.s - the conversion string.java.lang.NullPointerException - if the conversion string is null.public java.lang.String getConversion()