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 478 * A wordlist ID and a locale are required, otherwise BadFormatException is thrown.
482 throws BadFormatException {
484 throw new BadFormatException();
    [all...]

Completed in 184 milliseconds