Searched refs:IllegalFormatWidthException (Results 1 – 7 of 7) sorted by relevance
19 import java.util.IllegalFormatWidthException;33 IllegalFormatWidthException illegalFormatWidthException = new IllegalFormatWidthException( in test_illegalFormatWidthException()44 IllegalFormatWidthException illegalFormatWidthException = new IllegalFormatWidthException( in test_getWidth()55 IllegalFormatWidthException illegalFormatWidthException = new IllegalFormatWidthException( in test_getMessage()69 IllegalFormatWidthException initEx = (IllegalFormatWidthException) initial;70 IllegalFormatWidthException desrEx = (IllegalFormatWidthException) deserialized;81 SerializationTest.verifySelf(new IllegalFormatWidthException(12345), in testSerializationSelf()90 SerializationTest.verifyGolden(this, new IllegalFormatWidthException( in testSerializationCompatibility()
50 import java.util.IllegalFormatWidthException;978 } catch (IllegalFormatWidthException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()986 } catch (IllegalFormatWidthException e) { in test_formatLjava_lang_String$Ljava_lang_Object_LineSeparator()2661 } catch (IllegalFormatWidthException | MissingFormatWidthException e) { in test_formatLjava_lang_String$Ljava_lang_Object_BigIntegerConversionException()
36 public class IllegalFormatWidthException extends IllegalFormatException { class49 public IllegalFormatWidthException(int w) { in IllegalFormatWidthException() method in IllegalFormatWidthException
2975 throw new IllegalFormatWidthException(width); in width()2980 throw new IllegalFormatWidthException(Integer.MIN_VALUE); in width()3353 throw new IllegalFormatWidthException(width); in checkNumeric()3383 throw new IllegalFormatWidthException(width); in checkText()
952 "ojluni/src/main/java/java/util/IllegalFormatWidthException.java",
944 …n/java/java/util/IllegalFormatWidthException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
14083 public class IllegalFormatWidthException extends java.util.IllegalFormatException {14084 ctor public IllegalFormatWidthException(int);