Home
last modified time | relevance | path

Searched refs:makeErrorString (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaParser.java88 throw new FormulaParsingException("No equals found!" + makeErrorString()); in parse()
232 throw new FormulaParsingException("Unexpected character '" + c + "'" + makeErrorString()); in match()
249 throw new FormulaParsingException("Unexpected character '" + symbol + "'" + makeErrorString()); in match()
423 throw new FormulaParsingException("Expected Cell Reference" + makeErrorString()); in getTokenString()
444 throw new FormulaParsingException("Expected Integer" + makeErrorString()); in getNum()
491 throw new FormulaParsingException("Expected closing quote." + makeErrorString()); in expression()
547 private String makeErrorString() { in makeErrorString() method in FormulaParser

Completed in 16 milliseconds