Searched refs:IllegalFormatWidthException (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DIllegalFormatWidthException.java34 public class IllegalFormatWidthException extends IllegalFormatException { class in inherits:IllegalFormatException
46 public IllegalFormatWidthException(int w) { method in class:IllegalFormatWidthException
H A DFormatter.java665 * IllegalFormatWidthException} or {@link IllegalFormatPrecisionException}
1764 * {@link IllegalFormatFlagsException}, {@link IllegalFormatWidthException},
2611 throw new IllegalFormatWidthException(width);
2966 throw new IllegalFormatWidthException(width);
2996 throw new IllegalFormatWidthException(width);
/openjdk7/jdk/test/java/util/Formatter/
H A DBasicBoolean.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicBooleanObject.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicChar.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicCharObject.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicBigInteger.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicByte.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicByteObject.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicInt.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicIntObject.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicLong.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicLongObject.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicShort.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicShortObject.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicDateTime.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicDoubleObject.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicFloatObject.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicBigDecimal.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicDouble.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasicFloat.java1699 tryCatch("%5n", IllegalFormatWidthException.class);
H A DBasic-X.java.template1699 tryCatch("%5n", IllegalFormatWidthException.class);
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk183 java/util/IllegalFormatWidthException.java \

Completed in 102 milliseconds