KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > IllegalFormatConversionException

java.util
Class IllegalFormatConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by java.util.IllegalFormatException
                      extended by java.util.IllegalFormatConversionException
All Implemented Interfaces:
Serializable
See Also:
NullPointerException

public Class<?> getArgumentClass()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public char getConversion()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public IllegalFormatConversionException(char c,
                                        Class<?> arg)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags