In file No file:

void parse_error (const char *s, const int line_num)

Generate error messages for the various parsers.

Documentation

#parser_error()# generates error messages for the various parsers used by the DODS core. There are two versions of the function, one which takes a #const char *message# and a #const int line_num# and writes the message and line number too stderr and a second which takes an additional #parser_arg *arg# parameter and writes the error message into an Error object which is returned to the caller via the #arg# parameter. \note{The second version of this function also accepts a third parameter (#const char *context#) which can be used to provide an additional line of information beyond what is in the string #message#.}
Returns:
void

alphabetic index hierarchy of classes


generated by doc++