Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DIllegalFormatFlagsExceptionTest.java20 import java.util.IllegalFormatFlagsException;
34 new IllegalFormatFlagsException(null); in test_illegalFormatFlagsException()
46 IllegalFormatFlagsException illegalFormatFlagsException = new IllegalFormatFlagsException( in test_getFlags()
56 IllegalFormatFlagsException illegalFormatFlagsException = new IllegalFormatFlagsException( in test_getMessage()
70 IllegalFormatFlagsException initEx = (IllegalFormatFlagsException) initial;
71 IllegalFormatFlagsException desrEx = (IllegalFormatFlagsException) deserialized;
82 SerializationTest.verifySelf(new IllegalFormatFlagsException( in testSerializationSelf()
91 SerializationTest.verifyGolden(this, new IllegalFormatFlagsException( in testSerializationCompatibility()
DFormatterTest.java48 import java.util.IllegalFormatFlagsException;
934 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()
940 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()
946 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()
952 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()
958 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()
964 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()
970 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()
2619 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerConversionException()
2700 } catch (IllegalFormatFlagsException expected) { in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerExceptionOrder()
[all …]
/libcore/ojluni/src/main/java/java/util/
DIllegalFormatFlagsException.java37 public class IllegalFormatFlagsException extends IllegalFormatException { class
50 public IllegalFormatFlagsException(String f) { in IllegalFormatFlagsException() method in IllegalFormatFlagsException
DFormatter.java3366 throw new IllegalFormatFlagsException(f.toString()); in checkNumeric()
3376 throw new IllegalFormatFlagsException(f.toString()); in checkText()
3385 throw new IllegalFormatFlagsException(f.toString()); in checkText()
/libcore/luni/src/test/java/libcore/java/util/
DOldFormatterTest.java24 import java.util.IllegalFormatFlagsException;
105 } catch (IllegalFormatFlagsException expected) { in test_formatLjava_util_LocaleLjava_lang_StringLjava_lang_Object()
111 } catch (IllegalFormatFlagsException expected) { in test_formatLjava_util_LocaleLjava_lang_StringLjava_lang_Object()
/libcore/
Dopenjdk_java_files.bp950 "ojluni/src/main/java/java/util/IllegalFormatFlagsException.java",
DEXPECTED_UPSTREAM942 …n/java/java/util/IllegalFormatFlagsException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
/libcore/api/
Dcurrent.txt14073 public class IllegalFormatFlagsException extends java.util.IllegalFormatException {
14074 ctor public IllegalFormatFlagsException(String);