|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
AmbiguousActionSignatureMethodException
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |