| Exception | Description |
|---|---|
| BadListenerArgumentsException |
Thrown when there is something wrong with a listener method.
|
| BadListenerArgumentsException.Count |
Thrown when the number of arguments is off.
|
| BadListenerArgumentsException.Type |
Thrown when the argument is of the wrong type.
|
| MissingInterfaceException |
Thrown when a parent of a listener method does not implement the
appropriate interface,
|