Home
last modified time | relevance | path

Searched refs:exceptionQualifiedName (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DInfoBuilder.java1043 StringBuilder exceptionQualifiedName = new StringBuilder(); in buildMethod() local
1045 exceptionQualifiedName, this); in buildMethod()
1047 if ("".equals(exceptionQualifiedName.toString())) { in buildMethod()
1050 thrownExceptions.add(Caches.obtainClass(exceptionQualifiedName.toString())); in buildMethod()