RagAdminExceptionHandler

@RestControllerAdvice(assignableTypes = [RagAdminApiController::class])
class RagAdminExceptionHandler

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@ExceptionHandler(value = [Exception::class])
fun handleGeneric(ex: Exception): ResponseEntity<RagAdminApiErrorResponse>
Link copied to clipboard
Link copied to clipboard
@ExceptionHandler(value = [MissingServletRequestParameterException::class])
fun handleMissingParam(ex: MissingServletRequestParameterException): ResponseEntity<RagAdminApiErrorResponse>