#include <gcu/formula.h>
Public Member Functions | |
parse_error (const string &__arg, int start, int length) | |
virtual const char * | what () const throw () |
const char * | what (int &start, int &length) const throw () |
void | add_offset (int offset) |
Definition at line 43 of file formula.h.
|
Takes a character string describing the error and two integers indicating where the error occured. |
|
Adds an offset to the start of the error. This is used by the Formula class when an exception occurs while parsing a substring. |
|
Returns a C-style character string describing the general cause of the current error (the same string passed to the constructor). |
|
Returns a C-style character string describing the general cause of the current error (the same string passed to the constructor). |