Home
last modified time | relevance | path

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

/external/cldr/tools/java/com/ibm/icu/dev/test/
DTestFmwk.java59 public static final class TestFmwkException extends Exception { class in TestFmwk
65 TestFmwkException(String msg) { in TestFmwkException() method in TestFmwk.TestFmwkException
206 } catch (TestFmwkException e) { in getTargets()
242 protected TestFmwk getSubtest(String testName) throws TestFmwkException { in getSubtest()
252 throw new TestFmwkException(testName); in getSubtest()
719 } catch (TestFmwkException ex) { in resolveTarget()
809 protected TestFmwk getSubtest(String prefix) throws TestFmwkException { in getSubtest()