Interface PageErrors


  • public interface PageErrors
    PageErrors

    Holds all error information in a page

    Version:
    $Id$
    • Method Detail

      • isEmpty

        boolean isEmpty()
        Returns true if there's no component exceptions.
        Returns:
        true if there's no component exceptions.
      • getComponentInfos

        Collection<HstComponentInfo> getComponentInfos()
        Returns collection of HstComponentInfo which causes exceptions.
        Returns:
        collection of HstComponentInfo which causes exceptions.
      • getComponentExceptions

        Collection<HstComponentException> getComponentExceptions​(HstComponentInfo componentInfo)
        Returns collection of HstComponentException caused by the specific component.
        Parameters:
        componentInfo -
        Returns:
        collection of HstComponentException caused by the specific component.
      • getAllComponentExceptions

        Collection<HstComponentException> getAllComponentExceptions()
        Returns all component exceptions.
        Returns:
        all component exceptions.