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/doclava1/
DApiFile.java68 …atic TextCodebase parseApi(@Nonnull File file, boolean kotlinStyleNulls) throws ApiParseException { in parseApi()
86 throws ApiParseException { in parseApi()
104 throw new ApiParseException("Error reading API file", file.getPath(), ex); in parseApi()
117 Boolean kotlinStyleNulls) throws ApiParseException { in parseApi()
126 boolean kotlinStyleNulls) throws ApiParseException { in parseApi()
135 boolean kotlinStyleNulls) throws ApiParseException { in parseApiSingleFile()
146 throw new ApiParseException(String.format( in parseApiSingleFile()
164 throw new ApiParseException("Unknown file format of " + filename); in parseApiSingleFile()
186 throw new ApiParseException("expected package got " + token, tokenizer); in parseApiSingleFile()
192 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.doclava1.ApiParseException
46 } catch (ex: ApiParseException) { in loadFromSignatureFiles()
58 } catch (ex: ApiParseException) { in loadFiles()
DArtifactTagger.kt20 import com.android.tools.metalava.doclava1.ApiParseException
67 } catch (e: ApiParseException) { in any()