Home
last modified time | relevance | path

Searched refs:IllegalFormatConversionException (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DIllegalFormatConversionExceptionTest.java20 import java.util.IllegalFormatConversionException;
35 new IllegalFormatConversionException(' ', null); in test_illegalFormatConversionException()
48IllegalFormatConversionException illegalFormatConversionException = new IllegalFormatConversionExc… in test_getArgumentClass()
61IllegalFormatConversionException illegalFormatConversionException = new IllegalFormatConversionExc… in test_getConversion()
73IllegalFormatConversionException illegalFormatConversionException = new IllegalFormatConversionExc… in test_getMessage()
87 IllegalFormatConversionException initEx = (IllegalFormatConversionException) initial;
88IllegalFormatConversionException desrEx = (IllegalFormatConversionException) deserialized;
102 SerializationTest.verifySelf(new IllegalFormatConversionException('*', in testSerializationSelf()
112 new IllegalFormatConversionException('*', String.class), in testSerializationCompatibility()
DFormatterTest.java46 import java.util.IllegalFormatConversionException;
1405 } catch (IllegalFormatConversionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_CharacterConversion()
2686 } catch (IllegalFormatConversionException expected) { in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerExceptionOrder()
2693 } catch (IllegalFormatConversionException expected) { in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerExceptionOrder()
3845 } catch (IllegalFormatConversionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_FloatDoubleBigDecimalConversionException()
3855 } catch (IllegalFormatConversionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_FloatDoubleBigDecimalConversionException()
3863 } catch (IllegalFormatConversionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_FloatDoubleBigDecimalConversionException()
/libcore/ojluni/src/main/java/java/util/
DIllegalFormatConversionException.java38 public class IllegalFormatConversionException extends IllegalFormatException { class
56 public IllegalFormatConversionException(char c, Class<?> arg) { in IllegalFormatConversionException() method in IllegalFormatConversionException
DFormatter.java4470 throw new IllegalFormatConversionException(c, t.getClass());
4595 throw new IllegalFormatConversionException(c, t.getClass());
4608 throw new IllegalFormatConversionException(c, arg.getClass());
/libcore/
Dopenjdk_java_files.bp948 "ojluni/src/main/java/java/util/IllegalFormatConversionException.java",
DEXPECTED_UPSTREAM940 …a/java/util/IllegalFormatConversionException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
/libcore/api/
Dcurrent.txt14064 public class IllegalFormatConversionException extends java.util.IllegalFormatException {
14065 ctor public IllegalFormatConversionException(char, Class<?>);