public class java.util
UnknownFormatConversionException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > RuntimeException > IllegalArgumentException > IllegalFormatException
Details
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 NullPointerException to be thrown.
version1.5, 11/17/05
since1.5


Constructors
public UnknownFormatConversionException(String s) Details
Constructs an instance of this class with the unknown conversion.
sUnknown conversion

Properties
public String getConversion() Details
Returns the unknown conversion.
returnThe unknown conversion.
public String getMessage()