Annotation Interface ExceptionMappings


@Retention(RUNTIME) @Target(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.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description