Annotation Type MessageExceptionHandler

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      Class<? extends Throwable>[]value
      Exceptions handled by the annotated method.
    • Element Detail

      • value

        Class<? extends Throwable>[] value
        Exceptions handled by the annotated method. If empty, will default to any exceptions listed in the method argument list.
        Default:
        {}