@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ExceptionMappings
 This annotation allows a class to define more than one ExceptionMapping
 annotations. These exception mappings will be on all actions defined in the annotated
 class, they are not global exception mappings.
 
| Modifier and Type | Required Element and Description | 
|---|---|
| ExceptionMapping[] | value | 
public abstract ExceptionMapping[] value
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.