HomeSort by relevance Sort by last modified time
    Searched defs:BadFormatException (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
BadFormatException.java 22 public final class BadFormatException extends Exception {
23 public BadFormatException() {
27 public BadFormatException(final String message) {
MetadataDbHelper.java 435 * A wordlist ID and a locale are required, otherwise BadFormatException is thrown.
439 throws BadFormatException {
441 throw new BadFormatException();
    [all...]

Completed in 45 milliseconds