Class ExceptionDemoController
java.lang.Object
com.elitesland.ystdms.sys.controller.ExceptionDemoController
异常处理演示控制器
用于演示各种异常处理场景
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontriggerBusinessException(String message) triggerCustomBusinessException(@Min(value=0L,message="\u6570\u503c\u5fc5\u987b\u5927\u4e8e\u7b49\u4e8e0") Integer value) triggerNotFoundException(@NotBlank String id) triggerRuntimeException(Boolean shouldThrow) triggerUnauthorizedException(Boolean unauthorized) triggerValidationException(String value) validateObject(@Valid ExceptionDemoController.DemoRequest request)
-
Constructor Details
-
ExceptionDemoController
public ExceptionDemoController()
-
-
Method Details
-
triggerBusinessException
-
triggerValidationException
-
triggerNotFoundException
-
triggerUnauthorizedException
-
validateObject
@PostMapping("/validate-object") public ApiResult<String> validateObject(@Valid @RequestBody @Valid ExceptionDemoController.DemoRequest request) -
triggerCustomBusinessException
-
triggerRuntimeException
-