Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.config
Class ApiConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.softwarementors.extjs.djn.DirectJNgineException
                  extended by com.softwarementors.extjs.djn.config.ApiConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ApiConfigurationException
extends DirectJNgineException

See Also:
Serialized Form

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

Method Detail

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)

Copyright © 2008, 2009 Pedro Agulló Soliveres