|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XWorkException | |
---|---|
com.opensymphony.xwork2 | Main XWork interfaces and classes. |
com.opensymphony.xwork2.config | Configuration core classes. |
com.opensymphony.xwork2.conversion | |
com.opensymphony.xwork2.util.reflection |
Uses of XWorkException in com.opensymphony.xwork2 |
---|
Methods in com.opensymphony.xwork2 that throw XWorkException | |
---|---|
void |
XWork.executeAction(java.lang.String namespace,
java.lang.String name,
java.lang.String method)
Executes an action |
void |
XWork.executeAction(java.lang.String namespace,
java.lang.String name,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.Object> extraContext)
Executes an action with extra context information |
ActionConfig |
UnknownHandler.handleUnknownAction(java.lang.String namespace,
java.lang.String actionName)
Handles the case when an action configuration is unknown. |
Result |
UnknownHandler.handleUnknownResult(ActionContext actionContext,
java.lang.String actionName,
ActionConfig actionConfig,
java.lang.String resultCode)
Handles the case when a result cannot be found for an action and result code. |
Uses of XWorkException in com.opensymphony.xwork2.config |
---|
Subclasses of XWorkException in com.opensymphony.xwork2.config | |
---|---|
class |
ConfigurationException
ConfigurationException |
class |
ReferenceResolverException
Exception when a reference can't be resolved. |
Uses of XWorkException in com.opensymphony.xwork2.conversion |
---|
Subclasses of XWorkException in com.opensymphony.xwork2.conversion | |
---|---|
class |
TypeConversionException
TypeConversionException should be thrown by any TypeConverters which fail to convert values |
Uses of XWorkException in com.opensymphony.xwork2.util.reflection |
---|
Subclasses of XWorkException in com.opensymphony.xwork2.util.reflection | |
---|---|
class |
ReflectionException
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |