public class DispatchingException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
private java.lang.Class<?> |
type |
| Constructor and Description |
|---|
DispatchingException(java.lang.String message,
java.lang.Class<?> type)
Construct a DispatchingException with the offending type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getType()
Returns the offending type.
|
private static final long serialVersionUID
private final java.lang.Class<?> type