Annotation Interface ConvertException


@Introduction @Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE,TYPE}) @Documented public @interface ConvertException
The exception converter definition for the data method.
Since:
4.13
Author:
Denis Stepanov
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The exception converter class that will be retried from the bean context.
  • Element Details

    • value

      Class<? extends ExceptionConverter> value
      The exception converter class that will be retried from the bean context.
      Returns:
      The exception converter class