public class UnknownFormatConversionException extends IllegalFormatException
Formatter is supplied with an
unknown conversion.| Constructor and Description |
|---|
UnknownFormatConversionException(String s)
Constructs a new
UnknownFormatConversionException
for the specified conversion string. |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversion()
Returns the conversion string.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownFormatConversionException(String s)
UnknownFormatConversionException
for the specified conversion string.s - the conversion string.NullPointerException - if the conversion string is null.public String getConversion()