public class ClientActionHandlerMismatchException extends RuntimeException
DefaultClientActionHandlerRegistry.register(com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler<?, ?>)
.
A provider was registered to provide a client-side action handler for an action, but this action was not the same
action as specified by ClientActionHandler.getActionType()
.Constructor and Description |
---|
ClientActionHandlerMismatchException(Class<?> requestedActionType,
Class<?> supportedActionType) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getRequestedActionType() |
Class<?> |
getSupportedActionType() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2010-2014 ArcBees. All Rights Reserved.