Searched defs:DataModuleFormatError (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestDataModule.java33 * @throws DataModuleFormatError
35 public TestData getTestData(String name) throws DataModuleFormatError;
44 static final TestDataModule get(String baseName, String localeName) throws DataModuleFormatError {
49 public static class DataModuleFormatError extends Exception{ class in interface:TestDataModule
54 public DataModuleFormatError(String msg){ method in class:TestDataModule.DataModuleFormatError
57 public DataModuleFormatError(String msg, Throwable cause){ method in class:TestDataModule.DataModuleFormatError
60 public DataModuleFormatError(Throwable cause) { method in class:TestDataModule.DataModuleFormatError
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestDataModule.java32 * @throws DataModuleFormatError
34 public TestData getTestData(String name) throws DataModuleFormatError;
43 static final TestDataModule get(String baseName, String localeName) throws DataModuleFormatError {
48 public static class DataModuleFormatError extends Exception{ class in interface:TestDataModule
53 public DataModuleFormatError(String msg){ method in class:TestDataModule.DataModuleFormatError
56 public DataModuleFormatError(String msg, Throwable cause){ method in class:TestDataModule.DataModuleFormatError
59 public DataModuleFormatError(Throwable cause) { method in class:TestDataModule.DataModuleFormatError

Completed in 213 milliseconds