Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java144 throw new KeyboardException(fileName, e); in getPlatform()
186 … throw new KeyboardException(fileName + "\n" + CollectionUtilities.join(errors, ", "), e); in getKeyboard()
461 … errors.add(new KeyboardException("Bad locale tag: " + locale + ", " + errors2.toString())); in handlePathValue()
509 … errors.add(new KeyboardException("Illegal transform from:" + from + " to:" + to)); in handlePathValue()
529 throw new KeyboardException("Unexpected element: " + element1); in handlePathValue()
532 throw new KeyboardException("Unexpected error in: " + path, e); in handlePathValue()
539 …errors.add(new KeyboardException("Modifier overlap: " + item.modifiers + " already contains " + ke… in addToKeyMaps()
542 …errors.add(new KeyboardException("duplicate keyboard: " + item.modifiers + " has same layout as " … in addToKeyMaps()
582 errors.add(new KeyboardException("**Empty result at " + parts.toString())); in getOutput()
609 public static class KeyboardException extends RuntimeException { class in Keyboard
[all …]