- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for SubscriberExceptionContext (0.09 seconds)
-
android/guava/src/com/google/common/eventbus/SubscriberExceptionContext.java
import static com.google.common.base.Preconditions.checkNotNull; import java.lang.reflect.Method; /** * Context for an exception thrown by a subscriber. * * @since 16.0 */ public class SubscriberExceptionContext { private final EventBus eventBus; private final Object event; private final Object subscriber; private final Method subscriberMethod; /**Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Sep 11 17:06:34 GMT 2025 - 2.2K bytes - Click Count (0)