Searched refs:IllegalFormatConversionException (Results 1 – 7 of 7) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | IllegalFormatConversionExceptionTest.java | 20 import java.util.IllegalFormatConversionException; 35 new IllegalFormatConversionException(' ', null); in test_illegalFormatConversionException() 48 …IllegalFormatConversionException illegalFormatConversionException = new IllegalFormatConversionExc… in test_getArgumentClass() 61 …IllegalFormatConversionException illegalFormatConversionException = new IllegalFormatConversionExc… in test_getConversion() 73 …IllegalFormatConversionException illegalFormatConversionException = new IllegalFormatConversionExc… in test_getMessage() 87 IllegalFormatConversionException initEx = (IllegalFormatConversionException) initial; 88 … IllegalFormatConversionException desrEx = (IllegalFormatConversionException) deserialized; 102 SerializationTest.verifySelf(new IllegalFormatConversionException('*', in testSerializationSelf() 112 new IllegalFormatConversionException('*', String.class), in testSerializationCompatibility()
|
D | FormatterTest.java | 46 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/ |
D | IllegalFormatConversionException.java | 38 public class IllegalFormatConversionException extends IllegalFormatException { class 56 public IllegalFormatConversionException(char c, Class<?> arg) { in IllegalFormatConversionException() method in IllegalFormatConversionException
|
D | Formatter.java | 4470 throw new IllegalFormatConversionException(c, t.getClass()); 4595 throw new IllegalFormatConversionException(c, t.getClass()); 4608 throw new IllegalFormatConversionException(c, arg.getClass());
|
/libcore/ |
D | openjdk_java_files.bp | 948 "ojluni/src/main/java/java/util/IllegalFormatConversionException.java",
|
D | EXPECTED_UPSTREAM | 940 …a/java/util/IllegalFormatConversionException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
|
/libcore/api/ |
D | current.txt | 14064 public class IllegalFormatConversionException extends java.util.IllegalFormatException { 14065 ctor public IllegalFormatConversionException(char, Class<?>);
|