java.util
public class UnknownFormatConversionException extends IllegalFormatException
Since: 1.5
Constructor Summary | |
---|---|
UnknownFormatConversionException(String s)
Constructs a new UnknownFormatConversionException
for the specified conversion string.
|
Method Summary | |
---|---|
String | getConversion()
Returns the conversion string.
|
UnknownFormatConversionException
for the specified conversion string.
Parameters: s the conversion string.
Throws: NullPointerException if the conversion string is null.
Returns: the conversion string.