Class IllegalParameterException

All Implemented Interfaces:
Serializable

public class IllegalParameterException extends ApplicationException
RequestContext#getParamAs~()のメソッドで 対応する型に変換できなかった場合スローされる例外。
See Also:
  • Constructor Details

    • IllegalParameterException

      public IllegalParameterException()
    • IllegalParameterException

      public IllegalParameterException(String message, Throwable cause)
    • IllegalParameterException

      public IllegalParameterException(String message)
    • IllegalParameterException

      public IllegalParameterException(Throwable cause)