Searched refs:KeySpecParserError (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParser.java107 throw new KeySpecParserError("Empty label");
137 throw new KeySpecParserError("Multiple " + VERTICAL_BAR + ": " + keySpec);
143 // TODO: Throw {@link KeySpecParserError} once Key.keyLabel attribute becomes mandatory.
152 throw new KeySpecParserError("Empty label: " + keySpec);
169 // TODO: Throw {@link KeySpecParserError} once Key.keyLabel attribute becomes mandatory.
184 throw new KeySpecParserError("Empty outputText: " + keySpec);
190 throw new KeySpecParserError("Empty label: " + keySpec);
198 // TODO: Throw {@link KeySpecParserError} once Key.keyLabel attribute becomes mandatory.
217 throw new KeySpecParserError("Empty label: " + keySpec);
240 // TODO: Throw {@link KeySpecParserError} onc
253 public static final class KeySpecParserError extends RuntimeException { class in class:KeySpecParser
254 public KeySpecParserError(final String message) { method in class:KeySpecParser.KeySpecParserError
[all...]
H A DMoreKeySpec.java58 throw new KeySpecParser.KeySpecParserError("Empty more key spec");

Completed in 214 milliseconds