#include <TextInput.h>
Inherits G3D::TextInput::TokenException.
List of all members.
[inherited]
Character number in the line of start of token which caused the exception.
1 is the character in the line.
Line number of start of token which caused the exception.
1 is the first line of the file. Note that you can use TextInput::Settings::startingLineNumberOffset to shift the effective line number that is reported.
Pre-formatted error message.
Name of file being parsed when exception occurred.