Class MacroFindBreakException

    • Constructor Detail

      • MacroFindBreakException

        public MacroFindBreakException​(org.xwiki.rendering.block.XDOM xdom)
        Creates an instance that holds a reference to the XDOM at the point where the execution halted.
        Parameters:
        xdom - the reference to the XDOM at the point of breaking the execution.
    • Method Detail

      • getXdom

        public org.xwiki.rendering.block.XDOM getXdom()
        Returns:
        a reference to the XDOM that was being searched through.