Annotation Interface ExceptionMapping
Adds an exception mapping to an action
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details
- 
- 
paramsString[] params- Returns:
- The parameters passed to the exception. This is a list of strings that form a name/value
          pair chain since creating a Map for annotations is not possible. An example would be:
          {"key", "value", "key2", "value2"}.
 - Default:
- {}
 
 
-