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 intgetStatusCode(Throwable t)protected static ObjecthandleErrorOnWebModule(Throwable t)javax.ws.rs.core.ResponsetoResponse(Throwable cause)
-