Uses of Class
net.n2oapp.framework.mvc.exception.ControllerArgumentException
-
Packages that use ControllerArgumentException Package Description net.n2oapp.framework.mvc.callback net.n2oapp.framework.mvc.exception -
-
Uses of ControllerArgumentException in net.n2oapp.framework.mvc.callback
Methods in net.n2oapp.framework.mvc.callback that throw ControllerArgumentException Modifier and Type Method Description voidServletCallback. onService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) -
Uses of ControllerArgumentException in net.n2oapp.framework.mvc.exception
Methods in net.n2oapp.framework.mvc.exception that throw ControllerArgumentException Modifier and Type Method Description static voidControllerArgumentException. throwRequiredParameter(String paramName)static voidControllerArgumentException. throwUnknownParameter(String paramName)
-