public interface EoxErrorRenderFactory
| Modifier and Type | Method and Description |
|---|---|
static EoxErrorRenderFactory |
def() |
default Response |
renderError(HttpStatus stat) |
default Response |
renderError(HttpStatus stat,
String message) |
Response |
renderError(HttpStatus stat,
String message,
Throwable e) |
default Response |
renderError(HttpStatus stat,
Throwable e) |
static EoxErrorRenderFactory def()
default Response renderError(HttpStatus stat)
default Response renderError(HttpStatus stat, Throwable e)
default Response renderError(HttpStatus stat, String message)
Response renderError(HttpStatus stat, String message, Throwable e)
Copyright © 2018. All rights reserved.