Uses of Class
org.codehaus.waffle.WaffleException

Packages that use WaffleException
org.codehaus.waffle.action   
org.codehaus.waffle.bind   
org.codehaus.waffle.context   
org.codehaus.waffle.context.pico   
org.codehaus.waffle.registrar   
 

Uses of WaffleException in org.codehaus.waffle.action
 

Subclasses of WaffleException in org.codehaus.waffle.action
 class AmbiguousMethodSignatureException
          Thrown when unable to determine which method to invoke.
 class MatchingMethodException
          Thrown when matching methods are hard to identify for invocation.
 class MethodInvocationException
          Thrown when unable to invoke the Action Method.
 class MissingMethodException
          Thrown when missing methods are identified.
 class NoDefaultMethodException
          Thrown when no default action method is found
 class NoMatchingMethodException
          Thrown when unable to find any matching methods to invoke.
 class NoValidMethodException
          Thrown when method is no valid action method is found
 

Methods in org.codehaus.waffle.action that throw WaffleException
 MethodDefinition AbstractMethodDefinitionFinder.find(java.lang.Object controller, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of WaffleException in org.codehaus.waffle.bind
 

Subclasses of WaffleException in org.codehaus.waffle.bind
 class BindException
           
 

Uses of WaffleException in org.codehaus.waffle.context
 

Methods in org.codehaus.waffle.context that throw WaffleException
 void AbstractContextContainerFactory.initialize(javax.servlet.ServletContext servletContext)
           
 

Uses of WaffleException in org.codehaus.waffle.context.pico
 

Methods in org.codehaus.waffle.context.pico that throw WaffleException
protected static java.lang.Class<?> PicoComponentRegistry.locateComponentClass(java.lang.Object key, java.lang.Class<?> defaultClass, javax.servlet.ServletContext servletContext)
          This method will locate the component Class to use.
 

Uses of WaffleException in org.codehaus.waffle.registrar
 

Methods in org.codehaus.waffle.registrar that throw WaffleException
 void RegistrarAssistant.executeDelegatingRegistrar(Registrar delegateRegistrar, ContextLevel contextLevel)
           
 



Copyright © 2007 null. All Rights Reserved.