Uses of Class
org.nuxeo.ecm.platform.web.common.exceptionhandling.NuxeoExceptionHandlerParameters
-
Packages that use NuxeoExceptionHandlerParameters Package Description org.nuxeo.ecm.platform.web.common.exceptionhandling org.nuxeo.ecm.platform.web.common.exceptionhandling.service -
-
Uses of NuxeoExceptionHandlerParameters in org.nuxeo.ecm.platform.web.common.exceptionhandling
Fields in org.nuxeo.ecm.platform.web.common.exceptionhandling declared as NuxeoExceptionHandlerParameters Modifier and Type Field Description protected NuxeoExceptionHandlerParameters
DefaultNuxeoExceptionHandler. parameters
Methods in org.nuxeo.ecm.platform.web.common.exceptionhandling with parameters of type NuxeoExceptionHandlerParameters Modifier and Type Method Description void
DefaultNuxeoExceptionHandler. setParameters(NuxeoExceptionHandlerParameters parameters)
void
NuxeoExceptionHandler. setParameters(NuxeoExceptionHandlerParameters parameters)
-
Uses of NuxeoExceptionHandlerParameters in org.nuxeo.ecm.platform.web.common.exceptionhandling.service
Fields in org.nuxeo.ecm.platform.web.common.exceptionhandling.service declared as NuxeoExceptionHandlerParameters Modifier and Type Field Description protected NuxeoExceptionHandlerParameters
ExceptionHandlingComponent. exceptionHandlerParameters
-