Searched refs:checkException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/tools/pack200/
H A DTestExceptions.java82 ti.checkException(e);
110 ti.checkException(e);
143 ti.checkException(e);
177 ti.checkException(e);
210 ti.checkException(e);
263 void checkException(Throwable t) { method in class:TestExceptions.TestInput
/openjdk7/jdk/test/javax/management/openmbean/
H A DBadConstraintTest.java222 checkException(IllegalArgumentException.class, con, params);
228 checkException(OpenDataException.class, con, params);
231 private static void checkException(Class<? extends Exception> exc, method in class:BadConstraintTest

Completed in 30 milliseconds