注释类型 MessageExceptionHandler

    • 可选元素概要

      可选元素 
      修饰符和类型可选元素说明
      Class<? extends Throwable>[]value
      Exceptions handled by the annotated method.
    • 元素详细资料

      • value

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