public class DefaultErrorContext extends Object implements ErrorContext
| 构造器和说明 |
|---|
DefaultErrorContext(org.springframework.web.method.HandlerMethod handlerMethod,
Exception exception,
boolean developerMode) |
| 限定符和类型 | 方法和说明 |
|---|---|
Exception |
getException() |
org.springframework.web.method.HandlerMethod |
getHandlerMethod() |
boolean |
isDeveloperMode() |
public DefaultErrorContext(org.springframework.web.method.HandlerMethod handlerMethod,
Exception exception,
boolean developerMode)
public org.springframework.web.method.HandlerMethod getHandlerMethod()
getHandlerMethod 在接口中 ErrorContextpublic Exception getException()
getException 在接口中 ErrorContextpublic boolean isDeveloperMode()
isDeveloperMode 在接口中 ErrorContextCopyright © 2015. All rights reserved.