Searched refs:ApiParseException (Results 1 – 4 of 4) sorted by relevance
57 …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 …]
18 class ApiParseException : Exception { class
20 import com.android.tools.metalava.model.text.ApiParseException46 } catch (ex: ApiParseException) { in loadFromSignatureFiles()58 } catch (ex: ApiParseException) { in loadFiles()
20 import com.android.tools.metalava.model.text.ApiParseException66 } catch (e: ApiParseException) { in any()