public interface PageErrors
Holds all error information in a page
Modifier and Type | Method and Description |
---|---|
Collection<HstComponentException> |
getAllComponentExceptions()
Returns all component exceptions.
|
Collection<HstComponentException> |
getComponentExceptions(HstComponentInfo componentInfo)
Returns collection of
HstComponentException caused by the specific component. |
Collection<HstComponentInfo> |
getComponentInfos()
Returns collection of
HstComponentInfo which causes exceptions. |
boolean |
isEmpty()
Returns true if there's no component exceptions.
|
boolean isEmpty()
Collection<HstComponentInfo> getComponentInfos()
HstComponentInfo
which causes exceptions.HstComponentInfo
which causes exceptions.Collection<HstComponentException> getComponentExceptions(HstComponentInfo componentInfo)
HstComponentException
caused by the specific component.componentInfo
- HstComponentException
caused by the specific component.Collection<HstComponentException> getAllComponentExceptions()
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.