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

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchHandlerList.java86 sb.append(entry.getExceptionType().toHuman());
111 return last.getExceptionType().equals(CstType.OBJECT);
225 public CstType getExceptionType() { method in class:CatchHandlerList.Entry

Completed in 54 milliseconds