Class BaseExceptionHandlers
- java.lang.Object
-
- org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
-
- com.netflix.spinnaker.kork.web.exceptions.BaseExceptionHandlers
-
- Direct Known Subclasses:
GenericExceptionHandlers
public class BaseExceptionHandlers extends org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected ExceptionMessageDecoratorexceptionMessageDecorator
-
Constructor Summary
Constructors Constructor Description BaseExceptionHandlers(ExceptionMessageDecorator exceptionMessageDecorator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidstoreException(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Exception ex)-
Methods inherited from class org.springframework.web.servlet.mvc.method.annotation.ResponseEntityExceptionHandler
handleAsyncRequestTimeoutException, handleBindException, handleConversionNotSupported, handleException, handleExceptionInternal, handleHttpMediaTypeNotAcceptable, handleHttpMediaTypeNotSupported, handleHttpMessageNotReadable, handleHttpMessageNotWritable, handleHttpRequestMethodNotSupported, handleMethodArgumentNotValid, handleMissingPathVariable, handleMissingServletRequestParameter, handleMissingServletRequestPart, handleNoHandlerFoundException, handleServletRequestBindingException, handleTypeMismatch
-
-
-
-
Field Detail
-
exceptionMessageDecorator
protected final ExceptionMessageDecorator exceptionMessageDecorator
-
-
Constructor Detail
-
BaseExceptionHandlers
public BaseExceptionHandlers(ExceptionMessageDecorator exceptionMessageDecorator)
-
-