public class DispatchingException
extends java.lang.RuntimeException
| 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.
|