public abstract class BaseMyErrorController
extends org.springframework.boot.autoconfigure.web.servlet.error.AbstractErrorController
BasicErrorController
Modifier and Type | Field and Description |
---|---|
static String |
FILE_MAX_SIZE_MSG |
Constructor and Description |
---|
BaseMyErrorController(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<Map<String,Object>> |
error(javax.servlet.http.HttpServletRequest request) |
public static final String FILE_MAX_SIZE_MSG
Copyright © 2017–2022. All rights reserved.