Package | Description |
---|---|
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Method and Description |
---|---|
PageErrorHandler.Status |
PageErrorHandler.handleComponentExceptions(PageErrors pageErrors,
HstRequest hstRequest,
HstResponse hstResponse)
Handles the exceptions generated by page or components.
|
Modifier and Type | Method and Description |
---|---|
static Collection<HstComponentInfo> |
PageErrorUtils.getComponentInfosByCauseType(PageErrors pageErrors,
Class<? extends Throwable> causeType)
Returns all component infos which generated exceptions of the
causeType . |
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByCauseType(PageErrors pageErrors,
Class<? extends Throwable> causeType)
Returns all exceptions which have the
causeType . |
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByCauseType(PageErrors pageErrors,
HstComponentInfo componentInfo,
Class<? extends Throwable> causeType)
Returns all exceptions which have the
causeType and generated by a component of componentInfo . |
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByComponentClassName(PageErrors pageErrors,
String className)
Returns exceptions generated by a component specified by the class name.
|
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByComponentId(PageErrors pageErrors,
String id)
Returns exceptions generated by a component specified by the id.
|
static Collection<HstComponentException> |
PageErrorUtils.getExceptionsByComponentName(PageErrors pageErrors,
String name)
Returns exceptions generated by a component specified by the name.
|
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.