Home
last modified time | relevance | path

Searched refs:MissingFormatArgumentException (Results 1 – 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DMissingFormatArgumentExceptionTest.java20 import java.util.MissingFormatArgumentException;
35 new MissingFormatArgumentException(null); in test_missingFormatArgumentException()
47MissingFormatArgumentException missingFormatArgumentException = new MissingFormatArgumentException( in test_getFormatSpecifier()
57MissingFormatArgumentException missingFormatArgumentException = new MissingFormatArgumentException( in test_getMessage()
71 MissingFormatArgumentException initEx = (MissingFormatArgumentException) initial;
72 MissingFormatArgumentException desrEx = (MissingFormatArgumentException) deserialized;
84 SerializationTest.verifySelf(new MissingFormatArgumentException( in testSerializationSelf()
94 new MissingFormatArgumentException("MYTESTSTRING"), in testSerializationCompatibility()
DFormatterTest.java52 import java.util.MissingFormatArgumentException;
784 } catch (MissingFormatArgumentException e) { in test_formatLjava_lang_String$Ljava_lang_Object_ArgIndex()
792 } catch (MissingFormatArgumentException e) { in test_formatLjava_lang_String$Ljava_lang_Object_ArgIndex()
811 } catch (MissingFormatArgumentException e) { in test_formatLjava_lang_String$Ljava_lang_Object_ArgIndex()
819 } catch (MissingFormatArgumentException e) { in test_formatLjava_lang_String$Ljava_lang_Object_ArgIndex()
/libcore/ojluni/src/main/java/java/util/
DMissingFormatArgumentException.java39 public class MissingFormatArgumentException extends IllegalFormatException { class
53 public MissingFormatArgumentException(String s) { in MissingFormatArgumentException() method in MissingFormatArgumentException
DFormatter.java2696 throw new MissingFormatArgumentException(fs.toString()); in format()
2703 throw new MissingFormatArgumentException(fs.toString()); in format()
2709 throw new MissingFormatArgumentException(fs.toString()); in format()
/libcore/luni/src/test/java/libcore/java/util/
DFormatterTest.java60 import java.util.MissingFormatArgumentException;
370 MissingFormatArgumentException.class, in zerothIndexIsTreatedAsOrdinaryIndex_whenChecksAreDisabled()
386 MissingFormatArgumentException.class, in invalidIndexIsTreatedAsOrdinaryIndex_whenChecksAreDisabled()
/libcore/
Dopenjdk_java_files.bp1181 "ojluni/src/main/java/java/util/MissingFormatArgumentException.java",
DEXPECTED_UPSTREAM964 …ava/java/util/MissingFormatArgumentException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
/libcore/api/
Dcurrent.txt14419 public class MissingFormatArgumentException extends java.util.IllegalFormatException {
14420 ctor public MissingFormatArgumentException(String);