| Package | Description |
|---|---|
| net.turnbig.pandora.web.springmvc.exception | |
| net.turnbig.pandora.web.springmvc.view |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Result> |
SpringMvcExceptionHandler.apiExHandler(ApiException ex) |
org.springframework.http.ResponseEntity<Result> |
SpringMvcExceptionHandler.serviceExceptionHandler(ServiceException ex) |
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.failed(CodeMessageException e) |
static Result |
Result.failed(Integer code,
String message) |
static Result |
Result.failed(Integer code,
String message,
Object data) |
static Result |
Result.failed(ResultMessage message) |
static Result |
Result.failed(String message) |
static Result |
Result.success() |
static Result |
Result.success(Object data) |
Copyright © 2020. All rights reserved.