类 NoHandlerFoundExceptionInfo
java.lang.Object
net.guerlab.cloud.web.core.exception.AbstractI18nInfo
net.guerlab.cloud.web.webmvc.exception.NoHandlerFoundExceptionInfo
未发现处理程序(404).
- 作者:
- guer
-
构造器概要
构造器构造器说明NoHandlerFoundExceptionInfo(org.springframework.web.servlet.NoHandlerFoundException cause) 通过NoHandlerFoundException初始化. -
方法概要
从类继承的方法 net.guerlab.cloud.web.core.exception.AbstractI18nInfo
getErrorCode, getMessage, getThrowable
-
构造器详细资料
-
NoHandlerFoundExceptionInfo
public NoHandlerFoundExceptionInfo(org.springframework.web.servlet.NoHandlerFoundException cause) 通过NoHandlerFoundException初始化.- 参数:
cause- NoHandlerFoundException
-
-
方法详细资料
-
getKey
- 覆盖:
getKey在类中AbstractI18nInfo
-
getArgs
- 覆盖:
getArgs在类中AbstractI18nInfo
-
getDefaultMessage
- 覆盖:
getDefaultMessage在类中AbstractI18nInfo
-