Lines Matching refs:ex
53 IllegalFormatException ex;
55 ex = new DuplicateFormatFlagsException(null);
56 fail(ex, NPE);
62 ex = new FormatFlagsConversionMismatchException(null, 'a');
63 fail(ex, NPE);
69 ex = new IllegalFormatConversionException('b', null);
70 fail(ex, NPE);
76 ex = new IllegalFormatFlagsException(null);
77 fail(ex, NPE);
83 ex = new MissingFormatArgumentException(null);
84 fail(ex, NPE);
90 ex = new MissingFormatWidthException(null);
91 fail(ex, NPE);
97 ex = new UnknownFormatConversionException(null);
98 fail(ex, NPE);
104 ex = new UnknownFormatFlagsException(null);
105 fail(ex, NPE);