クラス MissingRequestValueException

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

public class MissingRequestValueException extends ServerWebInputException
リクエストヘッダー、Cookie 値、クエリパラメーターなどのリクエスト値の欠落を示す ServerWebInputException サブクラス。
導入:
6.0
作成者:
Rossen Stoyanchev
関連事項:
  • コンストラクターの詳細

  • メソッドの詳細

    • getName

      public StringSE getName()
      Return the name of the missing value, for example, the name of the missing request header, or cookie, etc.
    • getType

      public ClassSE<?> getType()
      存在する場合、値が変換されるターゲットの型を返します。
    • getLabel

      public StringSE getLabel()
      Return a label that describes the request value, for example, "request header", "cookie value", etc. Use this to create a custom message.