com.softwarementors.extjs.djn.config
Class ApiConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.softwarementors.extjs.djn.DirectJNgineException
com.softwarementors.extjs.djn.config.ApiConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class ApiConfigurationException
- extends DirectJNgineException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
forActionAlreadyRegistered
public static ApiConfigurationException forActionAlreadyRegistered(java.lang.String newActionName,
java.lang.Class<?> newActionClass,
java.lang.Class<?> registeredActionClass)
forMethodAlreadyRegisteredInAction
public static ApiConfigurationException forMethodAlreadyRegisteredInAction(java.lang.String registeredMethodName,
java.lang.String actionName)
forMethodHasWrongParametersForAFormHandler
public static ApiConfigurationException forMethodHasWrongParametersForAFormHandler(java.lang.String actionName,
java.lang.String methodName)
forMethodCantBeStandardAndFormPostMethodAtTheSameTime
public static ApiConfigurationException forMethodCantBeStandardAndFormPostMethodAtTheSameTime(RegisteredAction action,
java.lang.reflect.Method method)
forPollMethodCantBeStandardOrFormPostMethodAtTheSameTime
public static ApiConfigurationException forPollMethodCantBeStandardOrFormPostMethodAtTheSameTime(RegisteredAction action,
java.lang.reflect.Method method)
forMethodHasWrongParametersForAPollHandler
public static ApiConfigurationException forMethodHasWrongParametersForAPollHandler(java.lang.reflect.Method method)
forPollEventAlreadyRegistered
public static ApiConfigurationException forPollEventAlreadyRegistered(java.lang.String eventName)
forApiAlreadyRegistered
public static ApiConfigurationException forApiAlreadyRegistered(java.lang.String name)