HomeSort by relevance Sort by last modified time
    Searched refs:BadFormatException (Results 1 - 6 of 6) 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) {
MetadataParser.java 54 throws IOException, BadFormatException {
73 throw new BadFormatException(arguments.toString());
98 * @throws BadFormatException if the data was not in the expected format.
101 throws IOException, BadFormatException {
MetadataHandler.java 109 * @throws BadFormatException if the stream is not in a known format
112 throws IOException, BadFormatException {
UpdateHandler.java 546 } catch (BadFormatException e) {
580 * @throws BadFormatException if the metadata is not in a known format.
584 final String clientId) throws IOException, BadFormatException {
611 * @throws BadFormatException if the md5 checksum doesn't match the metadata.
615 throws IOException, BadFormatException {
661 throw new BadFormatException("MD5 checksum check failed : \"" + md5sum + "\" <> \""
    [all...]
DictionaryProvider.java 519 } catch (final BadFormatException e) {
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 49 milliseconds