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 |
forClassAlreadyRegisteredAsAction
public static ApiConfigurationException forClassAlreadyRegisteredAsAction(java.lang.Class<?> actionClass)
forActionAlreadyRegistered
public static ApiConfigurationException forActionAlreadyRegistered(RegisteredAction action,
java.lang.Class<?> registeredActionClass)
forMethodAlreadyRegisteredInAction
public static ApiConfigurationException forMethodAlreadyRegisteredInAction(RegisteredMethod method)
forMethodHasWrongParametersForAFormHandler
public static ApiConfigurationException forMethodHasWrongParametersForAFormHandler(RegisteredMethod method)
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(RegisteredPollMethod method)
forPollEventAlreadyRegistered
public static ApiConfigurationException forPollEventAlreadyRegistered(RegisteredPollMethod poll)
forApiAlreadyRegistered
public static ApiConfigurationException forApiAlreadyRegistered(java.lang.String name)