Uses of Class
org.hippoecm.hst.core.container.PageErrorHandler.Status
-
Packages that use PageErrorHandler.Status Package Description org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Container -
-
Uses of PageErrorHandler.Status in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container that return PageErrorHandler.Status Modifier and Type Method Description PageErrorHandler.Status
PageErrorHandler. handleComponentExceptions(PageErrors pageErrors, HstRequest hstRequest, HstResponse hstResponse)
Handles the exceptions generated by page or components.static PageErrorHandler.Status
PageErrorHandler.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static PageErrorHandler.Status[]
PageErrorHandler.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-