Annotation Interface ExceptionResolver
Annotation for handling exceptions in specific command classes and/or its methods.
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
Exceptions handled by the annotated method. If empty, will default to any exceptions listed in the method argument list.- Returns:
 - Exceptions handled by annotated method
 
- Default:
 - {}
 
 
 -