Searched refs:IllegalFormatFlagsException (Results 1 – 6 of 6) sorted by relevance
20 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()
48 import java.util.IllegalFormatFlagsException;941 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()947 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()953 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()959 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()965 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()971 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()977 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()2626 } catch (IllegalFormatFlagsException e) { in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerConversionException()2703 } catch (IllegalFormatFlagsException expected) { in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerExceptionOrder()[all …]
37 public class IllegalFormatFlagsException extends IllegalFormatException { class49 public IllegalFormatFlagsException(String f) { in IllegalFormatFlagsException() method in IllegalFormatFlagsException
3121 throw new IllegalFormatFlagsException(f.toString()); in checkNumeric()3131 throw new IllegalFormatFlagsException(f.toString()); in checkText()3140 throw new IllegalFormatFlagsException(f.toString()); in checkText()
24 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()
901 ojluni/src/main/java/java/util/IllegalFormatFlagsException.java \