Interface IRestExceptionHandler<T extends Throwable>
- All Known Implementing Classes:
AbstractExceptionHandler
public interface IRestExceptionHandler<T extends Throwable>
-
Method Summary
Modifier and Type Method Description Class<? extends AbstractExceptionHandler<T>>getType()Gets the type.javax.ws.rs.core.ResponsetoResponse(T exception)To response.
-
Method Details
-
toResponse
To response.- Parameters:
exception- the exception- Returns:
- the response
-
getType
Class<? extends AbstractExceptionHandler<T>> getType()Gets the type.- Returns:
- the type
-