Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestKeyboard.java13 import org.unicode.cldr.draft.Keyboard.KeyboardWarningException;
166 if (!(item instanceof KeyboardWarningException)) { in testVerifyKeyboardLoad()
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java462 … errors.add(new KeyboardWarningException("Non-minimal locale tag: " + locale)); in handlePathValue()
620 public static class KeyboardWarningException extends KeyboardException { class in Keyboard
623 public KeyboardWarningException(String string) { in KeyboardWarningException() method in Keyboard.KeyboardWarningException
627 public KeyboardWarningException(String string, Exception e) { in KeyboardWarningException() method in Keyboard.KeyboardWarningException