public abstract class BaseExceptionMapper<T extends java.lang.Throwable>
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<T>
| Modifier and Type | Field and Description |
|---|---|
protected javax.ws.rs.core.HttpHeaders |
httpHeaders |
| Constructor and Description |
|---|
BaseExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.MediaType |
getMediaType() |
protected abstract Problem |
getProblem(T exception) |
protected boolean |
isSanitize() |
javax.ws.rs.core.Response |
toResponse(T exception) |