OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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());
99
* @throws
BadFormatException
if the data was not in the expected format.
102
throws IOException,
BadFormatException
{
MetadataHandler.java
137
* @throws
BadFormatException
if the stream is not in a known format
140
throws IOException,
BadFormatException
{
UpdateHandler.java
550
} catch (
BadFormatException
e) {
586
* @throws
BadFormatException
if the metadata is not in a known format.
590
final String clientId) throws IOException,
BadFormatException
{
617
* @throws
BadFormatException
if the md5 checksum doesn't match the metadata.
621
throws IOException,
BadFormatException
{
667
throw new
BadFormatException
("MD5 checksum check failed : \"" + md5sum + "\" <> \""
[
all
...]
DictionaryProvider.java
512
} catch (final
BadFormatException
e) {
MetadataDbHelper.java
508
* A wordlist ID and a locale are required, otherwise
BadFormatException
is thrown.
512
throws
BadFormatException
{
514
throw new
BadFormatException
();
[
all
...]
Completed in 101 milliseconds