try {
return _delegate.parse();
}
catch (WOHelperFunctionDeclarationFormatException e) {
// LAME
throw new WODeclarationFormatException(e.getMessage(), e);
}
catch (WOHelperFunctionHTMLFormatException e) {
// LAME
throw new WOHTMLFormatException(e.getMessage());
}