Searched defs:getExceptionType (Results 1 – 8 of 8) sorted by relevance
43 @Nullable @Override public String getExceptionType() { return null; } in getExceptionType() method in DexBackedCatchAllExceptionHandler
46 …@Nonnull @Override public String getExceptionType() { return dexFile.getTypeSection().get(typeId);… in getExceptionType() method in DexBackedTypedExceptionHandler
46 @Nullable @Override public String getExceptionType() { in getExceptionType() method in BuilderExceptionHandler
47 public ObjectType getExceptionType() { in getExceptionType() method in ExceptionHandler
47 @Nullable String getExceptionType(); in getExceptionType() method
57 @Override @Nullable public String getExceptionType() { in getExceptionType() method in ExceptionHandlerRewriter.RewrittenExceptionHandler
60 @Nullable @Override public String getExceptionType() { return exceptionType; } in getExceptionType() method in ImmutableExceptionHandler
85 @Nullable TypeKey getExceptionType(@Nonnull ExceptionHandler handler); in getExceptionType() method