クラス MethodArgumentTypeMismatchException

実装されたすべてのインターフェース:
SerializableSE

public class MethodArgumentTypeMismatchException extends MethodArgumentResolutionException
メソッドの引数に予期される型がないことを示す例外。
導入:
4.0.3
作成者:
Stephane Nicoll
関連事項:
  • コンストラクターの詳細

    • MethodArgumentTypeMismatchException

      public MethodArgumentTypeMismatchException(Message<?> message, MethodParameter parameter, StringSE description)