org.apache.struts2.convention.annotation
Annotation Type ExceptionMappings
@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.
value
public abstract ExceptionMapping[] value
- Returns:
- Exception mappings
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.