repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@java$util$UnknownFormatConversionException.java
file
oh
o
[]
Unchecked exception thrown when an unknown conversion is given.
Unless otherwise specified, passing a null argument to
any method or constructor in this class will cause a java.lang.NullPointerException to be thrown.
Constructs an instance of this class with the unknown conversion.
- Parameters:
s
Unknown conversion
Returns the unknown conversion.
- Returns:
- The unknown conversion.
return String.format("Conversion = '%s'", s);