跳过导航链接
A C E F G H I L M P R S V 

A

afterPropertiesSet() - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
ApplicationException - in.clouthink.daas.we中的异常错误
 
ApplicationException(ErrorCode) - 异常错误 的构造器in.clouthink.daas.we.ApplicationException
 
ApplicationException(ErrorCode, String) - 异常错误 的构造器in.clouthink.daas.we.ApplicationException
 
ApplicationException(ErrorCode, String, Throwable) - 异常错误 的构造器in.clouthink.daas.we.ApplicationException
 
ApplicationException(ErrorCode, Object[], String) - 异常错误 的构造器in.clouthink.daas.we.ApplicationException
 
ApplicationException(ErrorCode, Object[], String, Throwable) - 异常错误 的构造器in.clouthink.daas.we.ApplicationException
 
ApplicationException(ErrorCode, Object[]) - 异常错误 的构造器in.clouthink.daas.we.ApplicationException
 
ApplicationException(ErrorCode, Object[], Throwable) - 异常错误 的构造器in.clouthink.daas.we.ApplicationException
 
ApplicationException(ErrorCode, Throwable) - 异常错误 的构造器in.clouthink.daas.we.ApplicationException
 

C

convert2ErrorContainer(Throwable, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
convert2ErrorContainer(Throwable, ErrorCode, Object[], HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 

E

ErrorCode - in.clouthink.daas.we中的接口
 
ErrorCodes - in.clouthink.daas.we中的类
 
ErrorContainer - in.clouthink.daas.we中的类
 
ErrorContainer() - 类 的构造器in.clouthink.daas.we.ErrorContainer
 

F

FormError - in.clouthink.daas.we中的类
 
FormError() - 类 的构造器in.clouthink.daas.we.FormError
 

G

getArguments() - 异常错误 中的方法in.clouthink.daas.we.ApplicationException
 
getCode() - 接口 中的方法in.clouthink.daas.we.ErrorCode
 
getCode() - 枚举 中的方法in.clouthink.daas.we.SharedErrorCode
 
getDeveloperMessage() - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
getErrorCode() - 异常错误 中的方法in.clouthink.daas.we.ApplicationException
 
getErrorCode() - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
getErrorMessage() - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
getErrorMessage(Throwable, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
getErrorMessage(Throwable, ErrorCode, Object[], HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
getField() - 类 中的方法in.clouthink.daas.we.FormError
 
getFormError() - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
getHttpStatus() - 接口 中的方法in.clouthink.daas.we.ErrorCode
 
getHttpStatus() - 枚举 中的方法in.clouthink.daas.we.SharedErrorCode
 
getInstance() - 类 中的静态方法in.clouthink.daas.we.ErrorCodes
 
getLocaleResolver() - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
getMessage() - 类 中的方法in.clouthink.daas.we.FormError
 
getMoreInfo() - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
getResourceBundle() - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
getResponseEntity(HttpServletRequest, HttpHeaders, Throwable, ErrorCode) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
getResponseEntity(HttpServletRequest, HttpHeaders, Throwable, ErrorCode, Object[]) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 

H

handleAccessDeniedException(AccessDeniedException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
handleApplicationException(ApplicationException, HttpHeaders, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
handleBindException(BindException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for BindException.
handleConversionNotSupported(ConversionNotSupportedException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for ConversionNotSupportedException.
handleException(Exception, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Provides handling for standard Spring MVC exceptions.
handleException(Throwable, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
handleExceptionInternal(Exception, ErrorContainer, HttpHeaders, HttpStatus, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
A single place to customize the response body of all Exception types.
handleHttpMediaTypeNotAcceptable(HttpMediaTypeNotAcceptableException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for HttpMediaTypeNotAcceptableException.
handleHttpMediaTypeNotSupported(HttpMediaTypeNotSupportedException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for HttpMediaTypeNotSupportedException.
handleHttpMessageNotReadable(HttpMessageNotReadableException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotReadableException.
handleHttpMessageNotWritable(HttpMessageNotWritableException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for HttpMessageNotWritableException.
handleHttpRequestMethodNotSupported(HttpRequestMethodNotSupportedException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for HttpRequestMethodNotSupportedException.
handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for MethodArgumentNotValidException.
handleMissingServletRequestParameter(MissingServletRequestParameterException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for MissingServletRequestParameterException.
handleMissingServletRequestPart(MissingServletRequestPartException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for MissingServletRequestPartException.
handleNoHandlerFoundException(NoHandlerFoundException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for NoHandlerFoundException.
handleNoSuchRequestHandlingMethod(NoSuchRequestHandlingMethodException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for NoSuchRequestHandlingMethodException.
handleServletRequestBindingException(ServletRequestBindingException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for ServletRequestBindingException.
handleTypeMismatch(TypeMismatchException, HttpHeaders, ErrorCode, HttpServletRequest) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
Customize the response for TypeMismatchException.
hasFormError() - 类 中的方法in.clouthink.daas.we.ErrorContainer
 

I

in.clouthink.daas.we - 程序包 in.clouthink.daas.we
 
isDeveloperEnabled() - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
isI18nEnabled() - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 

L

logger - 类 中的变量in.clouthink.daas.we.ResponseEntityExceptionHandler
 

M

mapErrorCode(Class, ErrorCode) - 类 中的方法in.clouthink.daas.we.ErrorCodes
 
mappedErrorCode(Class) - 类 中的方法in.clouthink.daas.we.ErrorCodes
 

P

PAGE_NOT_FOUND_LOG_CATEGORY - 类 中的静态变量in.clouthink.daas.we.ResponseEntityExceptionHandler
Log category to use when no mapped handler is found for a request.
PAGE_NOT_FOUND_LOGGER - 类 中的静态变量in.clouthink.daas.we.ResponseEntityExceptionHandler
Additional logger to use when no mapped handler is found for a request.

R

ResponseEntityExceptionHandler - in.clouthink.daas.we中的类
It borrows methods for handling standard Spring MVC exceptions from ResponseEntityExceptionHandler The difference is that all handlers use HttpServletRequest instead of WebRequest because we want to be able to use a LocaleResolver for internationalization https://jira.spring.io/browse/SPR-8580
ResponseEntityExceptionHandler() - 类 的构造器in.clouthink.daas.we.ResponseEntityExceptionHandler
 

S

setDeveloperEnabled(boolean) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
setDeveloperMessage(String) - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
setErrorCode(ErrorCode) - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
setErrorMessage(String) - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
setField(String) - 类 中的方法in.clouthink.daas.we.FormError
 
setFormError(List<FormError>) - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
setI18nEnabled(boolean) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
setLocaleResolver(LocaleResolver) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
setMessage(String) - 类 中的方法in.clouthink.daas.we.FormError
 
setMoreInfo(String) - 类 中的方法in.clouthink.daas.we.ErrorContainer
 
setResourceBundle(MessageSource) - 类 中的方法in.clouthink.daas.we.ResponseEntityExceptionHandler
 
SharedErrorCode - in.clouthink.daas.we中的枚举
 

V

valueOf(String) - 枚举 中的静态方法in.clouthink.daas.we.SharedErrorCode
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法in.clouthink.daas.we.SharedErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A C E F G H I L M P R S V 
跳过导航链接

Copyright © 2015. All rights reserved.