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

/external/doclava/src/com/google/doclava/apicheck/
H A DApiParseException.java19 public final class ApiParseException extends Exception { class in inherits:Exception
23 public ApiParseException() { method in class:ApiParseException
26 public ApiParseException(String message) { method in class:ApiParseException
30 public ApiParseException(String message, Exception cause) { method in class:ApiParseException
32 if (cause instanceof ApiParseException) {
33 this.line = ((ApiParseException)cause).line;
37 public ApiParseException(String message, int line) { method in class:ApiParseException

Completed in 54 milliseconds