throw new RuntimeException("Unable to load the component named '" + componentName(_currentWebObjectTag) + "' with the declaration " + prettyDeclaration((WODeclaration) _declarations.objectForKey(_currentWebObjectTag.name())) + ". Make sure the .wo folder is where it's supposed to be and the name is spelled correctly.", e);
}
}
public void didParseComment(String comment, WOHelperFunctionHTMLParser htmlParser) {
WOHTMLCommentString wohtmlcommentstring = new WOHTMLCommentString(comment);
_currentWebObjectTag.addChildElement(wohtmlcommentstring);
}