Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DXMLToAPI.java347 String exceptionId = type; in addException() local
349 exceptionId = name; in addException()
352 api_.currMethod_.exceptions_ = exceptionId; in addException()
354 api_.currMethod_.exceptions_ += ", " + exceptionId; in addException()
357 api_.currCtor_.exceptions_ = exceptionId; in addException()
359 api_.currCtor_.exceptions_ += ", " + exceptionId; in addException()