search

goog.labs.format.csv.ParseError

Provided By
Extends

Error thrown when parsing fails.

new ParseError( text, index, opt_message )

Parameters
textstring

The CSV source text being parsed.

indexnumber

The index, in the string, of the position of the error.

opt_messagestring=

A description of the violated parse expectation.

Instance Properties