This exception is thrown to signal the parser to stop processing.
119120121122123124125126
LayoutElementUtil.isLayoutComponentChild(compElt)); } if (trimming) { // End processing... (trimming == true) throw new ProcessingCompleteException((LayoutDefinition) parent); } }