public class InvalidSubscriberException
extends java.lang.Exception
EventBus is invalid. A subscriber will be
invalid if
Subscribe does not contain one and only one argument.Subscribe.BatchingStrategy.None and
does not have the argument as Iterable| Constructor and Description |
|---|
InvalidSubscriberException(java.lang.Class<?> subscriberClass,
java.util.Map<java.lang.reflect.Method,java.lang.String> errors) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.reflect.Method> |
getOffendingMethods() |
java.lang.Class<?> |
getSubscriberClass() |