380381382383384385386387388389390
{ return null; } try { return styleFunction.evaluate(process, element, function); } catch (FunctionEvaluationException e) { DebugLog.log("Evaluation failed " + e); return null;
764765766767768769770771772773774
try { return styleFunction.evaluate(process, element, function); } catch (FunctionEvaluationException e)
{ return null; } try { return styleFunction.evaluate(process, element, function); } catch (FunctionEvaluationException e) { Log.debug("Evaluation failed " + e); return null;