Uses of Class
com.opensymphony.xwork2.XWorkException

Packages that use XWorkException
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.config Configuration core classes. 
com.opensymphony.xwork2.util XWork util classes. 
 

Uses of XWorkException in com.opensymphony.xwork2
 

Methods in com.opensymphony.xwork2 that throw XWorkException
 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.util
 

Subclasses of XWorkException in com.opensymphony.xwork2.util
 class TypeConversionException
          TypeConversionException should be thrown by any TypeConverters which fail to convert values
 



Copyright © 2008 OpenSymphony. All Rights Reserved.