@Target(value=METHOD)
 @Retention(value=RUNTIME)
 @Documented
public @interface MessageExceptionHandler
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.Class<? extends java.lang.Throwable>[] | valueExceptions handled by the annotated method. |