Home
last modified time | relevance | path

Searched refs:IllegalFormatWidthException (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DIllegalFormatWidthExceptionTest.java19 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()
DFormatterTest.java50 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()
/libcore/ojluni/src/main/java/java/util/
DIllegalFormatWidthException.java36 public class IllegalFormatWidthException extends IllegalFormatException { class
49 public IllegalFormatWidthException(int w) { in IllegalFormatWidthException() method in IllegalFormatWidthException
DFormatter.java2975 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()
/libcore/
Dopenjdk_java_files.bp952 "ojluni/src/main/java/java/util/IllegalFormatWidthException.java",
DEXPECTED_UPSTREAM944 …n/java/java/util/IllegalFormatWidthException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
/libcore/api/
Dcurrent.txt14083 public class IllegalFormatWidthException extends java.util.IllegalFormatException {
14084 ctor public IllegalFormatWidthException(int);