Uses of Enum Class
org.craftercms.profile.api.exceptions.ErrorCode
Packages that use ErrorCode
Package
Description
-
Uses of ErrorCode in org.craftercms.profile.api.exceptions
Methods in org.craftercms.profile.api.exceptions that return ErrorCodeModifier and TypeMethodDescriptionErrorDetails.getErrorCode()static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.craftercms.profile.api.exceptions with parameters of type ErrorCodeConstructors in org.craftercms.profile.api.exceptions with parameters of type ErrorCode -
Uses of ErrorCode in org.craftercms.profile.controllers.rest
Methods in org.craftercms.profile.controllers.rest with parameters of type ErrorCodeModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<Object> ExceptionHandlers.handleExceptionInternal(Exception ex, org.springframework.http.HttpHeaders headers, org.springframework.http.HttpStatusCode statusCode, ErrorCode errorCode, org.springframework.web.context.request.WebRequest request) protected org.springframework.http.ResponseEntity<Object> ExceptionHandlers.handleExceptionInternal(Exception ex, org.springframework.http.HttpStatusCode statusCode, ErrorCode errorCode, org.springframework.web.context.request.WebRequest request) -
Uses of ErrorCode in org.craftercms.profile.exceptions
Fields in org.craftercms.profile.exceptions declared as ErrorCodeMethods in org.craftercms.profile.exceptions that return ErrorCodeConstructors in org.craftercms.profile.exceptions with parameters of type ErrorCodeModifierConstructorDescriptionProfileRestServiceException(org.springframework.http.HttpStatusCode status, ErrorCode errorCode, String detailMessage)