public class BadListenerArgumentsException
extends java.lang.RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
BadListenerArgumentsException.Count
Thrown when the number of arguments is off.
|
static class |
BadListenerArgumentsException.Type
Thrown when the argument is of the wrong type.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BadListenerArgumentsException(java.lang.String message)
The constructor.
|