|
||||||||||
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 | |
org.apache.struts2 | Main Struts interfaces and classes. |
Uses of XWorkException in com.opensymphony.xwork2 |
---|
Methods in com.opensymphony.xwork2 that throw XWorkException | |
---|---|
void |
XWork.executeAction(String namespace,
String name,
String method)
Executes an action |
void |
XWork.executeAction(String namespace,
String name,
String method,
Map extraContext)
Executes an action with extra context information |
ActionConfig |
UnknownHandler.handleUnknownAction(String namespace,
String actionName)
Handles the case when an action configuration is unknown. |
Result |
UnknownHandler.handleUnknownResult(ActionContext actionContext,
String actionName,
ActionConfig actionConfig,
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
|
Uses of XWorkException in org.apache.struts2 |
---|
Subclasses of XWorkException in org.apache.struts2 | |
---|---|
class |
StrutsException
A generic runtime exception that optionally contains Location information |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |