Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DApiParseException.java25 public final class ApiParseException extends Exception { class
29 ApiParseException(@NotNull String message) { in ApiParseException() method in ApiParseException
33 ApiParseException(@NotNull String message, Exception cause) { in ApiParseException() method in ApiParseException
41 ApiParseException(@NotNull String message, @NotNull ApiFile.Tokenizer tokenizer) { in ApiParseException() method in ApiParseException
45 private ApiParseException(@NotNull String message, @Nullable String file, int line) { in ApiParseException() method in ApiParseException
51 ApiParseException(@NotNull String message, int line) { in ApiParseException() method in ApiParseException