Annotation Interface ExceptionMapping
Adds an exception mapping to an action
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
-
params
String[] 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:
- {}
-