qd.candidateClass.getName(),
classLoader);
} catch (Exception e) {
throw new SpeedoException(e);
}
SimpleNode node = null;
try {
node = new SpeedoQL(new CharArrayReader(filter.toCharArray())).SpeedoQL();
} catch (ParseException e) {
throw new SpeedoException(
"Impossible to parse the filter and to create AST", e);