Searched refs:KeyboardException (Results 1 – 1 of 1) sorted by relevance
144 throw new KeyboardException(fileName, e); in getPlatform()186 throw new KeyboardException(fileName + "\n" + Joiner.on(", ").join(errors), e); in getKeyboard()460 … errors.add(new KeyboardException("Bad locale tag: " + locale + ", " + errors2.toString())); in handlePathValue()508 … errors.add(new KeyboardException("Illegal transform from:" + from + " to:" + to)); in handlePathValue()528 throw new KeyboardException("Unexpected element: " + element1); in handlePathValue()531 throw new KeyboardException("Unexpected error in: " + path, e); in handlePathValue()538 …errors.add(new KeyboardException("Modifier overlap: " + item.modifiers + " already contains " + ke… in addToKeyMaps()541 …errors.add(new KeyboardException("duplicate keyboard: " + item.modifiers + " has same layout as " … in addToKeyMaps()581 errors.add(new KeyboardException("**Empty result at " + parts.toString())); in getOutput()608 public static class KeyboardException extends RuntimeException { class in Keyboard[all …]