catch (ExprValidationException ex) {
throw new EPStatementException(ex.getMessage(), epl);
}
StatementSpecCompiled compiledSpec = StatementLifecycleSvcImpl.compile(spec, epl, statementContext, true, annotations, visitor.getSubselects(), Collections.<ExprDotNode>emptyList(), Collections.<ExprDeclaredNode>emptyList());
return new EPPreparedExecuteMethod(compiledSpec, services, statementContext);
}
catch (EPStatementException ex)
{
throw ex;
}