public class DispatchingException extends RuntimeException
Constructor and Description |
---|
DispatchingException(String message,
Class<?> type)
Construct a DispatchingException with the offending type.
|
Modifier and Type | Method and Description |
---|---|
Object |
getType()
Returns the offending type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DispatchingException(String message, Class<?> type)
message
- the meaningful messagetype
- the type, that cannot be dispatchedCopyright © 2005–2017 Codehaus. All rights reserved.