Home
last modified time | relevance | path

Searched refs:ApiParseException (Results 1 – 4 of 4) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DApiFile.java57 …atic TextCodebase parseApi(@Nonnull File file, boolean kotlinStyleNulls) throws ApiParseException { in parseApi()
75 throws ApiParseException { in parseApi()
93 throw new ApiParseException("Error reading API file", file.getPath(), ex); in parseApi()
106 Boolean kotlinStyleNulls) throws ApiParseException { in parseApi()
115 boolean kotlinStyleNulls) throws ApiParseException { in parseApi()
124 boolean kotlinStyleNulls) throws ApiParseException { in parseApiSingleFile()
135 throw new ApiParseException(String.format( in parseApiSingleFile()
153 throw new ApiParseException("Unknown file format of " + filename); in parseApiSingleFile()
175 throw new ApiParseException("expected package got " + token, tokenizer); in parseApiSingleFile()
181 throws ApiParseException { in parsePackage()
[all …]
DApiParseException.kt18 class ApiParseException : Exception { class
/tools/metalava/src/main/java/com/android/tools/metalava/
DSignatureFileLoader.kt20 import com.android.tools.metalava.model.text.ApiParseException
46 } catch (ex: ApiParseException) { in loadFromSignatureFiles()
58 } catch (ex: ApiParseException) { in loadFiles()
DArtifactTagger.kt20 import com.android.tools.metalava.model.text.ApiParseException
66 } catch (e: ApiParseException) { in any()