// 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 {
// Exception comes from a deeper level --> Throw it again
throw e;
}