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