Added documentation of throws to csvNextToken

This commit is contained in:
Jesse Phillips 2012-01-11 18:52:39 -08:00
parent 6640d4de85
commit 7f9992bbcf

View file

@ -1195,6 +1195,10 @@ public:
* startQuoted = Whether the input should be considered to already be in
* quotes
*
* Throws:
* $(LREF IncompleteCellException) When a quote is found in an unquoted
* field, data continues after a closing quote, or the quoted field was
* not closed before data was empty.
*/
void csvNextToken(Range, Malformed ErrorLevel = Malformed.throwException,
Separator, Output)