Uses of Class
ilog.webui.dhtml.IlxWControllerError
-
Packages that use IlxWControllerError Package Description ilog.webui.dhtml Provides the API for manipulating and defining web components. -
-
Uses of IlxWControllerError in ilog.webui.dhtml
Methods in ilog.webui.dhtml with parameters of type IlxWControllerError Modifier and Type Method Description protected abstract voidIlxWController. handleError(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IlxWControllerError error, String requestPath)Deprecated.Handles the errors thrown by theservicemethod of this servlet.protected voidIlxWDefaultController. handleError(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IlxWControllerError error, String requestPath)Deprecated.Prints a page displaying information on the handled error.
-