Package | Description |
---|---|
cn.home1.oss.lib.errorhandle.api | |
cn.home1.oss.lib.errorhandle.internal.resolver |
Modifier and Type | Method and Description |
---|---|
static ApplicationException |
ApplicationExceptions.applicationException(org.springframework.http.HttpStatus status,
String format,
Serializable... arguments) |
static ApplicationException |
ApplicationExceptions.wrap(Throwable throwable,
org.springframework.http.HttpStatus status,
String format,
Serializable... arguments) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
ApplicationErrorExceptionResolver.localizedMessage(org.springframework.web.context.request.RequestAttributes requestAttributes,
ExceptionTranslator.Location location,
ApplicationException throwable) |
Optional<Integer> |
ApplicationErrorExceptionResolver.status(org.springframework.web.context.request.RequestAttributes requestAttributes,
ExceptionTranslator.Location location,
ApplicationException throwable) |
Copyright © 2017. All rights reserved.