Package org.nuxeo.ecm.webengine.app
Class WebEngineExceptionMapper
- java.lang.Object
-
- org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>
@Provider public class WebEngineExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Throwable>
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description WebEngineExceptionMapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static int
getStatusCode(Throwable t)
protected static Object
handleErrorOnWebModule(Throwable t)
javax.ws.rs.core.Response
toResponse(Throwable cause)
-