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.controller   
org.codehaus.waffle.monitor   
org.codehaus.waffle.registrar   
 

Uses of WaffleException in org.codehaus.waffle.action
 

Subclasses of WaffleException in org.codehaus.waffle.action
 class ActionMethodException
          This is a specialized exception that will be thrown directly from an ActionMethod.
 class ActionMethodInvocationException
          Thrown when Waffle is unable to invoke the Action method.
 class AmbiguousActionMethodSignatureException
          Thrown when unable to determine which method to invoke.
 class MatchingActionMethodException
          Thrown when matching methods are hard to identify for invocation.
 class MissingActionMethodException
          Thrown when missing methods are identified.
 class NoDefaultActionMethodException
          Thrown when no default action method is found
 class NoMatchingActionMethodException
          Thrown when unable to find any matching methods to invoke.
 class NoValidActionMethodException
          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
          Thrown when unable bind values
 

Uses of WaffleException in org.codehaus.waffle.context
 

Subclasses of WaffleException in org.codehaus.waffle.context
 class ContextContainerNotFoundException
          Thrown when context controller is not found in request
 

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.controller
 

Subclasses of WaffleException in org.codehaus.waffle.controller
 class ControllerNotFoundException
          Thrown when controller is not found in registrar
 

Uses of WaffleException in org.codehaus.waffle.monitor
 

Methods in org.codehaus.waffle.monitor with parameters of type WaffleException
 void ContextMonitor.contextInitializationFailed(WaffleException cause)
           
 void AbstractWritingMonitor.contextInitializationFailed(WaffleException cause)
           
 

Uses of WaffleException in org.codehaus.waffle.registrar
 

Subclasses of WaffleException in org.codehaus.waffle.registrar
 class InvalidRegistrarException
          Thrown when a registrar class defined in the application web.xml is invalid.
 class RegistrarException
           
 

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



Copyright © 2008. All Rights Reserved.