Home
last modified time | relevance | path

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

/external/cldr/tools/java/com/ibm/icu/dev/test/
DTestFmwk.java70 static final class ICUTestError extends RuntimeException { class in TestFmwk
76 ICUTestError(String msg) { in ICUTestError() method in TestFmwk.ICUTestError
93 if (ex instanceof ICUTestError) { in handleException()