Lines Matching refs:ParseException

1337 				throw ParseException("Cannot perform mathematical operations "
1360 throw ParseException("Cannot perform mathematical operations "
1369 throw ParseException(errorMessage.String(), 0);
1380 throw ParseException(error.String(), 0);
1419 throw ParseException(error.String(), 0);
1459 throw ParseException("parse error", token.position);
1532 throw ParseException("division by zero", token.position);
1541 throw ParseException("modulo by zero", token.position);
1610 throw ParseException("unexpected end of expression", token.position);
1707 throw ParseException(errorMessage.String(), token.position);
1715 throw ParseException(errorMessage, token.position);
1728 throw ParseException("Expected identifier after member "
1743 throw ParseException("Unexpected end of expression", token.position);
1774 throw ParseException("Expected value or variable expression after"
1787 throw ParseException("Unable to create value node for typecast"
1829 throw ParseException(temp.String(), token.position);
1859 throw ParseException(errorMessage, token.position);
1867 throw ParseException("Cannot specify type name as array"
1875 throw ParseException("Non-zero array size required in type"
1888 throw ParseException(errorMessage, token.position);
1915 throw ParseException(errorMessage, token.position);
1925 throw ParseException(errorMessage, token.position);
1935 throw ParseException(errorMessage, token.position);
1946 throw ParseException("Out of memory while creating type object.",
1953 throw ParseException("Out of memory while creating location object.",
1961 throw ParseException("Out of memory populating location"
1968 throw ParseException("Failed to generate internal variable name.",
1974 throw ParseException("Out of memory while creating ID object.",
1982 throw ParseException("Out of memory while creating variable object.",
1990 throw ParseException("Out of memory while creating node child object.",