类 MissingServletRequestParameterExceptionInfo

java.lang.Object
net.guerlab.cloud.web.core.exception.AbstractI18nInfo
net.guerlab.cloud.web.webmvc.exception.MissingServletRequestParameterExceptionInfo

public class MissingServletRequestParameterExceptionInfo extends net.guerlab.cloud.web.core.exception.AbstractI18nInfo
缺失请求参数.
作者:
guer
  • 构造器详细资料

    • MissingServletRequestParameterExceptionInfo

      public MissingServletRequestParameterExceptionInfo(org.springframework.web.bind.MissingServletRequestParameterException cause)
      通过MissingServletRequestParameterException初始化.
      参数:
      cause - MissingServletRequestParameterException
  • 方法详细资料

    • getKey

      protected String getKey()
      覆盖:
      getKey 在类中 net.guerlab.cloud.web.core.exception.AbstractI18nInfo
    • getArgs

      protected Object[] getArgs()
      覆盖:
      getArgs 在类中 net.guerlab.cloud.web.core.exception.AbstractI18nInfo
    • getDefaultMessage

      protected String getDefaultMessage()
      覆盖:
      getDefaultMessage 在类中 net.guerlab.cloud.web.core.exception.AbstractI18nInfo