Searched refs:IllegalFormatPrecisionException (Results 1 – 7 of 7) sorted by relevance
19 import java.util.IllegalFormatPrecisionException;32 …IllegalFormatPrecisionException illegalFormatPrecisionException = new IllegalFormatPrecisionExcept… in test_illegalFormatPrecisionException()43 …IllegalFormatPrecisionException illegalFormatPrecisionException = new IllegalFormatPrecisionExcept… in test_getPrecision()53 …IllegalFormatPrecisionException illegalFormatPrecisionException = new IllegalFormatPrecisionExcept… in test_getMessage()67 IllegalFormatPrecisionException initEx = (IllegalFormatPrecisionException) initial;68 IllegalFormatPrecisionException desrEx = (IllegalFormatPrecisionException) deserialized;81 new IllegalFormatPrecisionException(12345), exComparator); in testSerializationSelf()90 new IllegalFormatPrecisionException(12345), exComparator); in testSerializationCompatibility()
49 import java.util.IllegalFormatPrecisionException;874 | IllegalFormatPrecisionException expected) { in test_formatLjava_lang_String$Ljava_lang_Object_Precision()883 | IllegalFormatPrecisionException expected) { in test_formatLjava_lang_String$Ljava_lang_Object_Precision()892 | IllegalFormatPrecisionException expected) { in test_formatLjava_lang_String$Ljava_lang_Object_Precision()994 } catch (IllegalFormatPrecisionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()1002 } catch (IllegalFormatPrecisionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()1031 } catch (IllegalFormatPrecisionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_Percent()1039 } catch (IllegalFormatPrecisionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_Percent()1112 } catch (IllegalFormatPrecisionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_Flag()1453 } catch (IllegalFormatPrecisionException e) { in test_formatLjava_lang_String$Ljava_lang_Object_CharacterConversion()[all …]
37 public class IllegalFormatPrecisionException extends IllegalFormatException { class50 public IllegalFormatPrecisionException(int p) { in IllegalFormatPrecisionException() method in IllegalFormatPrecisionException
2793 throw new IllegalFormatPrecisionException(peek()); in FormatSpecifierParser()2998 throw new IllegalFormatPrecisionException(precision); in precision()3003 throw new IllegalFormatPrecisionException(Integer.MIN_VALUE); in precision()3300 throw new IllegalFormatPrecisionException(precision); in checkDateTime()3312 throw new IllegalFormatPrecisionException(precision); in checkCharacter()3323 throw new IllegalFormatPrecisionException(precision); in checkInteger()3356 throw new IllegalFormatPrecisionException(precision); in checkNumeric()3371 throw new IllegalFormatPrecisionException(precision); in checkText()
951 "ojluni/src/main/java/java/util/IllegalFormatPrecisionException.java",
943 …va/java/util/IllegalFormatPrecisionException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
14078 public class IllegalFormatPrecisionException extends java.util.IllegalFormatException {14079 ctor public IllegalFormatPrecisionException(int);