Searched defs:getExceptionType (Results 1 – 7 of 7) sorted by relevance
47 @Nullable @Override public String getExceptionType() { return null; } in getExceptionType() method in DexBackedCatchAllExceptionHandler
47 @Nonnull @Override public String getExceptionType() { return dexFile.getType(typeId); } in getExceptionType() method in DexBackedTypedExceptionHandler
47 @Nullable @Override public String getExceptionType() { in getExceptionType() method in BuilderExceptionHandler
48 @Nullable String getExceptionType(); in getExceptionType() method
61 @Nullable @Override public String getExceptionType() { return exceptionType; } in getExceptionType() method in ImmutableExceptionHandler
225 public CstType getExceptionType() { in getExceptionType() method in CatchHandlerList.Entry
81 @Nullable TypeKey getExceptionType(@Nonnull ExceptionHandler handler); in getExceptionType() method