{
throw new UnknownQueryExpressionDialectFaultException( NAMESPACE_SET, uqede.getDialect() );
}
catch ( QueryEvaluationErrorException qeee )
{
throw new QueryEvaluationErrorFaultException(NAMESPACE_SET, qeee.getMessage() );
}
catch ( InvalidQueryExpressionException iqee )
{
throw new InvalidQueryExpressionFaultException(NAMESPACE_SET, queryExpr );
}