// "FormulaVariableNotFoundException" is the right exception
throw e;
case '(':
// A Function is false spelled, the problem is bigger then
// the case-sensitive problem
throw new FormulaMathFunctionNotFoundException(
fvnfe.getVariable());
default:
throw new ParsingException(formula, formula.indexOf(fvnfe.getVariable()));
}
} else {