chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.controller / ErrorController / wrongRequestFallback

wrongRequestFallback

@RequestMapping([RequestMethod.GET, RequestMethod.POST, RequestMethod.PUT, RequestMethod.PATCH, RequestMethod.DELETE, RequestMethod.HEAD, RequestMethod.OPTIONS], ["application/json", "application/xml"], ["*", "**/*"]) fun wrongRequestFallback(): Unit

Handles all request on undefined entry points

Exceptions

BadRequestException -

Author Felix Dimmel

Since 1.0.0